Skip to content

Commit 24adc16

Browse files
committed
fix(run.ts): remove trailing comma from OCO_AI_PROVIDER_ENUM array to fix the prettier test
1 parent 881f07e commit 24adc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrations/_run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const runMigrations = async () => {
4343
OCO_AI_PROVIDER_ENUM.GROQ,
4444
OCO_AI_PROVIDER_ENUM.MISTRAL,
4545
OCO_AI_PROVIDER_ENUM.MLX,
46-
OCO_AI_PROVIDER_ENUM.OPENROUTER,
46+
OCO_AI_PROVIDER_ENUM.OPENROUTER
4747
].includes(config.OCO_AI_PROVIDER)
4848
) {
4949
return;

0 commit comments

Comments
 (0)