Skip to content

Commit 8707520

Browse files
committed
lint
1 parent 27633aa commit 8707520

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,10 +1667,7 @@ export class ChatwootService {
16671667
}
16681668

16691669
private isInteractiveButtonMessage(messageType: string, message: any) {
1670-
return (
1671-
messageType === 'interactiveMessage' &&
1672-
message.interactiveMessage?.nativeFlowMessage?.buttons?.length > 0
1673-
);
1670+
return messageType === 'interactiveMessage' && message.interactiveMessage?.nativeFlowMessage?.buttons?.length > 0;
16741671
}
16751672

16761673
private getAdsMessage(msg: any) {

0 commit comments

Comments
 (0)