Merge pull request #155 from macdao/fix-antigravitiy-usage-display
add project payload in fetchAvailableModels request to get correct remainingFraction
This commit is contained in:
commit
16074c1030
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ export class AntigravityApiService {
|
||||||
'User-Agent': this.userAgent
|
'User-Agent': this.userAgent
|
||||||
},
|
},
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
body: JSON.stringify({})
|
body: JSON.stringify({ project: this.projectId })
|
||||||
};
|
};
|
||||||
|
|
||||||
const res = await this.authClient.request(requestOptions);
|
const res = await this.authClient.request(requestOptions);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue