Skip to content

Commit 6497431

Browse files
committed
refactor: comment out role ID configurations in env.ts for future setup
1 parent 163b0f6 commit 6497431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/env.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export const config = {
3333
channelId: requireEnv('GUIDES_CHANNEL_ID'),
3434
trackerPath: optionalEnv('GUIDES_TRACKER_PATH'),
3535
},
36-
roleA: requireEnv('ROLE_A_ID'),
37-
roleB: requireEnv('ROLE_B_ID'),
38-
roleC: requireEnv('ROLE_C_ID'),
36+
// roleA: requireEnv('ROLE_A_ID'),
37+
// roleB: requireEnv('ROLE_B_ID'),
38+
// roleC: requireEnv('ROLE_C_ID'),
3939
// Add more config sections as needed:
4040
// database: {
4141
// url: requireEnv('DATABASE_URL'),

0 commit comments

Comments
 (0)