commit
d20fce89e5
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ export class GeminiApiService {
|
|||
try {
|
||||
const quotaURL = `${this.codeAssistEndpoint}/${this.apiVersion}:retrieveUserQuota`;
|
||||
const requestBody = {
|
||||
project: `projects/${this.projectId}`
|
||||
project: `${this.projectId}`
|
||||
};
|
||||
const requestOptions = {
|
||||
url: quotaURL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue