fix: remove quota project override in non-streaming calls to CCPA (#1032)
This commit is contained in:
parent
9954779739
commit
defb0fac2c
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue