Skip to content

Commit 02c4a75

Browse files
committed
🎨 chore: improve code
1 parent 613a557 commit 02c4a75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/migrations/FromV3ToV4/index.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ export class MigrationV3ToV4 implements Migration {
5858
enabled: true,
5959
endpoint: openai.endpoint,
6060
},
61-
openai: {
62-
apiKey: '',
63-
enabled: true,
64-
endpoint: '',
65-
},
61+
openai: { apiKey: '', enabled: true, endpoint: '' },
6662
};
6763
}
6864

0 commit comments

Comments
 (0)