Skip to content

Commit

Permalink
chore: add example inline
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Oct 9, 2024
1 parent 8642328 commit bcb489a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v0/destinations/braze/deleteUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const userDeletionHandler = async (userAttributes, config) => {
}
// Endpoints different for different data centers.
// DOC: https://www.braze.com/docs/user_guide/administrative/access_braze/braze_instances/
// Example Data Center: "EU-01", "US-01"
let endPoint;
const endpointPath = '/users/delete';
const dataCenterArr = dataCenter.trim().split('-');
Expand Down

0 comments on commit bcb489a

Please sign in to comment.