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

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),