fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 6fce0bef29 - Show all commits

View file

@ -185,8 +185,8 @@ export class WhatsappDirectLine extends GBService {
} catch (err) {
GBLog.error(`Error calling printMessages on Whatsapp channel ${err.data}`);
}
setInterval(worker, this.pollInterval);
};
setInterval(worker, this.pollInterval);
}
public async printMessages(activities, conversationId, from, fromName) {