Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Jul 9, 2020
1 parent ba5ce5a commit 4d7f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/claimQueue/claimQueueAPI.js
Expand Up @@ -64,7 +64,7 @@ const ClaimQueue = {
Mautic.updateContact(user.mauticId, { tags: ['claimqueue_in'] }).catch(e => {
log.error('Failed Mautic tagging user inqueue', { errMessage: e.message, e, mauticId: user.mauticId })
})
Mautic.addContactsToSegment([user.mauticId], conf.mauticClaimQueueSegment).catch(e => {
Mautic.addContactsToSegment([user.mauticId], conf.mauticClaimQueueSegmentId).catch(e => {
log.error('Failed Mautic adding user to claim queue segment', {
errMessage: e.message,
e,
Expand Down

0 comments on commit 4d7f6cd

Please sign in to comment.