fix retrieveUserQuota for gemini-cli
This commit is contained in:
parent
44078e8fac
commit
aaf49ef2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ export class GeminiApiService {
|
||||||
try {
|
try {
|
||||||
const quotaURL = `${this.codeAssistEndpoint}/${this.apiVersion}:retrieveUserQuota`;
|
const quotaURL = `${this.codeAssistEndpoint}/${this.apiVersion}:retrieveUserQuota`;
|
||||||
const requestBody = {
|
const requestBody = {
|
||||||
project: `projects/${this.projectId}`
|
project: `${this.projectId}`
|
||||||
};
|
};
|
||||||
const requestOptions = {
|
const requestOptions = {
|
||||||
url: quotaURL,
|
url: quotaURL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue