We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530aec9 commit 91c7b4fCopy full SHA for 91c7b4f
src/config/env.config.ts
@@ -225,7 +225,7 @@ export class ConfigService {
225
BAILEYS: (process.env?.LOG_BAILEYS as LogBaileys) || 'error',
226
},
227
DEL_INSTANCE: isBooleanString(process.env?.DEL_INSTANCE)
228
- ? process.env.DEL_INSTANCE === 'true'
+ ? process.env.DEL_INSTANCE === 5
229
: Number.parseInt(process.env.DEL_INSTANCE) || false,
230
WEBHOOK: {
231
GLOBAL: {
0 commit comments