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.
2 parents 7ade78b + 91c7b4f commit b9f6753Copy full SHA for b9f6753
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