We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2252 commit d4b4710Copy full SHA for d4b4710
gateway/src/refreshGenaiPrices.ts
@@ -32,7 +32,7 @@ export function refreshGenaiPrices() {
32
console.debug('genai-prices data is stale')
33
isFetching = true
34
35
- //Note: **DO NOT** await this promise
+ // Note: **DO NOT** await this promise
36
const freshDataPromise = fetch(remoteDataUrl)
37
.then(async (response) => {
38
if (!response.ok) {
0 commit comments