Skip to content

Commit 72e9d5e

Browse files
committed
format
1 parent 5c66449 commit 72e9d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const plugin: Plugin = (async (ctx) => {
1414

1515
// Suppress AI SDK warnings
1616
if (typeof globalThis !== "undefined") {
17-
; (globalThis as any).AI_SDK_LOG_WARNINGS = false
17+
;(globalThis as any).AI_SDK_LOG_WARNINGS = false
1818
}
1919

2020
const logger = new Logger(config.debug)

0 commit comments

Comments
 (0)