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 69eb8ce commit 0a6fda5Copy full SHA for 0a6fda5
gateway/src/refreshGenaiPrices.ts
@@ -9,7 +9,7 @@ let isFetching = false
9
export function refreshGenaiPrices() {
10
updatePrices(({ setProviderData, remoteDataUrl }) => {
11
if (genaiDataTimestamp !== null) {
12
- console.debug('genai prices local storage data found')
+ console.debug('genai prices in-memory cache found')
13
14
if (genaiData !== null) {
15
setProviderData(genaiData)
0 commit comments