Skip to content

Commit 4a18692

Browse files
committed
style: fix formatting
1 parent c06dd7f commit 4a18692

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
@@ -15,7 +15,7 @@ const plugin: Plugin = (async (ctx) => {
1515

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

2121
const logger = new Logger(config.debug)

0 commit comments

Comments
 (0)