Skip to content

Commit

Permalink
chore: add reference docs in source-code
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Feb 16, 2024
1 parent 241113f commit 063cd50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v0/destinations/custify/deleteUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const userDeletionHandler = async (userAttributes, config) => {
if (!userId) {
throw new InstrumentationError('User id for deletion not present', 400);

Check warning on line 28 in src/v0/destinations/custify/deleteUsers.js

View check run for this annotation

Codecov / codecov/patch

src/v0/destinations/custify/deleteUsers.js#L28

Added line #L28 was not covered by tests
}
// Reference: https://docs.custify.com/#tag/People/paths/~1people/delete
const requestUrl = `https://api.custify.com/people?user_id=${userId}`;
const requestOptions = {
headers: {
Expand Down

0 comments on commit 063cd50

Please sign in to comment.