Skip to content

Commit 9a958f1

Browse files
petyosiCopilot
andauthored
Update gateway/src/refreshGenaiPrices.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0a6fda5 commit 9a958f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/src/refreshGenaiPrices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function refreshGenaiPrices() {
2020
console.debug('genai prices local storage data is fresh')
2121
return
2222
} else {
23-
console.debug('genai prices local storage data is stale, attempting to fetch remote data')
23+
console.debug('genai prices in-memory cache is stale, attempting to fetch remote data')
2424
}
2525
}
2626

0 commit comments

Comments
 (0)