Skip to content

Commit 63d2e26

Browse files
OUT-31 fix eslint warning
1 parent de7f174 commit 63d2e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/app.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export default {
1+
const appConfig = {
22
copilotApiKey: process.env.COPILOT_API_KEY || '',
33
webhookSigningSecret: process.env.WEBHOOK_SIGNING_SECRET || '',
44
};
5+
6+
export default appConfig;

0 commit comments

Comments
 (0)