Alteração no código para remover o diretório da sessão do whatsapp somente quando for deletar e não mais quando desconectar a session
parent
6056d2d8b5
commit
8edcd968be
|
@ -42,7 +42,7 @@ const remove = async (req: Request, res: Response): Promise<Response> => {
|
||||||
' | PATH TO DELETE',path.join(process.cwd(),'.wwebjs_auth', `session-bd_${whatsapp.id}`)
|
' | PATH TO DELETE',path.join(process.cwd(),'.wwebjs_auth', `session-bd_${whatsapp.id}`)
|
||||||
)
|
)
|
||||||
|
|
||||||
removeDir(path.join(process.cwd(),'.wwebjs_auth', `session-bd_${whatsapp.id}`))
|
//removeDir(path.join(process.cwd(),'.wwebjs_auth', `session-bd_${whatsapp.id}`))
|
||||||
|
|
||||||
wbot.logout();
|
wbot.logout();
|
||||||
|
|
||||||
|
|
|
@ -389,8 +389,7 @@ const handleMessage = async (
|
||||||
|
|
||||||
if( botInfo.isOnQueue && !msg.fromMe && ticket.userId == botInfo.userIdBot){
|
if( botInfo.isOnQueue && !msg.fromMe && ticket.userId == botInfo.userIdBot){
|
||||||
|
|
||||||
|
|
||||||
// test del
|
|
||||||
if(msg.body === '0'){
|
if(msg.body === '0'){
|
||||||
|
|
||||||
const queue = await ShowQueueService(ticket.queue.id);
|
const queue = await ShowQueueService(ticket.queue.id);
|
||||||
|
|
Loading…
Reference in New Issue