Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit dfb15ba

Browse files
committed
remove private email from response.
1 parent 78650b1 commit dfb15ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/utils/dojo/purgeEBFields.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ module.exports = function (dojo) {
1111
// Due to non-necessarly conversion to camelCase (direct connection to pg), fields are also removed when in snake_case
1212
delete dojo.eventbrite_token;
1313
delete dojo.eventbrite_wh_id;
14+
15+
delete dojo.creatorEmail;
16+
1417
return dojo;
1518
};

0 commit comments

Comments
 (0)