Skip to content

Commit d4b4710

Browse files
petyosiCopilot
andauthored
whitespace
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dab2252 commit d4b4710

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
@@ -32,7 +32,7 @@ export function refreshGenaiPrices() {
3232
console.debug('genai-prices data is stale')
3333
isFetching = true
3434

35-
//Note: **DO NOT** await this promise
35+
// Note: **DO NOT** await this promise
3636
const freshDataPromise = fetch(remoteDataUrl)
3737
.then(async (response) => {
3838
if (!response.ok) {

0 commit comments

Comments
 (0)