Skip to content

Commit

Permalink
Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
crayolakat committed Feb 16, 2024
1 parent 4a64fb1 commit a1cc767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/api/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,8 @@ const rootMutations = {
}
);

console.log("campaignIdContactIdsMap =", campaignIdContactIdsMap);

return await reassignConversations(
campaignIdContactIdsMap,
newTexterUserId
Expand Down

0 comments on commit a1cc767

Please sign in to comment.