Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johntwyman committed Aug 6, 2024
1 parent 3b83594 commit 2bc4c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/contact-loaders/civicrm/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export async function addPendingNote(contactId) {
},
"create",
{ method: "post" }
};
);

const res = await fetchfromAPI(
config,
Expand All @@ -265,7 +265,7 @@ export async function addPendingNote(contactId) {
},
"create",
{ method: "post" }
};
);

return res;
}
Expand Down

0 comments on commit 2bc4c39

Please sign in to comment.