Update WhatsappDirectLine.ts
This commit is contained in:
parent
a7de845164
commit
6fce0bef29
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue