Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit fc4ca1e.
  • Loading branch information
dulguun0225 committed Feb 19, 2024
1 parent fc4ca1e commit b186a6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-facebook-api/src/store.ts
Expand Up @@ -339,8 +339,7 @@ export const getOrCreateComment = async (
try {
const inboxIntegration = await sendInboxMessage({
subdomain,
// STOP REVERTING THIS LINE!!!
action: `conversationClientMessageInserted:${erxesApiId}`,
action: 'conversationClientMessageInserted',
data: {
// STOP DELETING THIS LINE!!!
_id: comment._id,
Expand Down

0 comments on commit b186a6a

Please sign in to comment.