Skip to content

Commit

Permalink
[client-sync] Fix sending per recipient
Browse files Browse the repository at this point in the history
Summary: This was broken, oh so broken

Test Plan: manual

Reviewers: halla, spang, evan, mark

Reviewed By: mark

Differential Revision: https://phab.nylas.com/D4001
  • Loading branch information
jstejada committed Feb 21, 2017
1 parent f71a9a8 commit 3a0c357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SendMessagePerRecipientSMTP extends SyncbackSMTPTask {
messagePayload,
usesOpenTracking,
usesLinkTracking,
} = syncbackRequest;
} = syncbackRequest.props;
const baseMessage = await MessageFactory.buildForSend(db, messagePayload)

await syncbackRequest.update({
Expand Down

0 comments on commit 3a0c357

Please sign in to comment.