Skip to content

feat(chatwoot): add support for WhatsApp catalog orderMessage #638

feat(chatwoot): add support for WhatsApp catalog orderMessage

feat(chatwoot): add support for WhatsApp catalog orderMessage #638

Re-run triggered February 24, 2026 15:12
Status Failure
Total duration 1m 21s
Artifacts

check_code_quality.yml

on: pull_request
check-lint-and-build
1m 14s
check-lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check-lint-and-build: src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts#L1135
Replace `⏎········Object.entries(replyToIds).filter(([_,·value])·=>·value·!=·null)⏎······` with `Object.entries(replyToIds).filter(([_,·value])·=>·value·!=·null)`
check-lint-and-build: src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts#L977
Replace `⏎······Object.entries(replyToIds).filter(([_,·value])·=>·value·!=·null)⏎····` with `Object.entries(replyToIds).filter(([_,·value])·=>·value·!=·null)`
check-lint-and-build: src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts#L644
'remoteJid' is never reassigned. Use 'const' instead