File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/api/integrations/channel/whatsapp Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ import { randomBytes } from 'crypto';
134134import EventEmitter2 from 'eventemitter2' ;
135135import ffmpeg from 'fluent-ffmpeg' ;
136136import FormData from 'form-data' ;
137- import { readFileSync } from 'fs' ;
138137import Long from 'long' ;
139138import mimeTypes from 'mime-types' ;
140139import NodeCache from 'node-cache' ;
@@ -230,10 +229,10 @@ export class BaileysStartupService extends ChannelStartupService {
230229
231230 private authStateProvider : AuthStateProvider ;
232231 private readonly msgRetryCounterCache : CacheStore = new NodeCache ( ) ;
233- private readonly userDevicesCache : CacheStore = new NodeCache ( {
234- stdTTL : 300000 ,
235- useClones : false
236- } ) ;
232+ private readonly userDevicesCache : CacheStore = new NodeCache ( {
233+ stdTTL : 300000 ,
234+ useClones : false ,
235+ } ) ;
237236 private endSession = false ;
238237 private logBaileys = this . configService . get < Log > ( 'LOG' ) . BAILEYS ;
239238
You can’t perform that action at this time.
0 commit comments