Skip to content

Commit f8a3bba

Browse files
committed
style: reformat codebase
1 parent 008e0c7 commit f8a3bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export async function POST(req: Request) {
222222
},
223223
providerOptions: {
224224
anthropic: {
225-
cacheControl: { type: 'ephemeral' },
225+
cacheControl: { type: "ephemeral" },
226226
},
227227
},
228228
}),

0 commit comments

Comments
 (0)