Skip to content

Commit 0a6fda5

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

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
@@ -9,7 +9,7 @@ let isFetching = false
99
export function refreshGenaiPrices() {
1010
updatePrices(({ setProviderData, remoteDataUrl }) => {
1111
if (genaiDataTimestamp !== null) {
12-
console.debug('genai prices local storage data found')
12+
console.debug('genai prices in-memory cache found')
1313

1414
if (genaiData !== null) {
1515
setProviderData(genaiData)

0 commit comments

Comments
 (0)