This commit is contained in:
Davidson Gomes
2024-10-21 18:53:21 -03:00
parent 171f460f3b
commit c10680df41
4 changed files with 3 additions and 5 deletions

View File

@@ -401,7 +401,6 @@ export class ChatwootService {
return true;
} catch (error) {
this.logger.error(error);
return false;
}
}