fix: remove quota project override in non-streaming calls to CCPA (#1032)

This commit is contained in:
Marlon Gamez 2025-06-13 18:23:12 -07:00 committed by GitHub
parent 9954779739
commit defb0fac2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ export class CodeAssistServer implements ContentGenerator {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Goog-User-Project': this.projectId || '',
},
responseType: 'json',
body: JSON.stringify(req),