Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Add emails update and create to elastik search
Browse files Browse the repository at this point in the history
related to #597
  • Loading branch information
mohammadranjbarz committed Aug 25, 2021
1 parent 4e495a1 commit 73ab4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auditLog/feathersElasticSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const configureAuditLog = app => {
setAuditLogToFeathersService({ app, serviceName: 'donations' });
setAuditLogToFeathersService({ app, serviceName: 'pledgeAdmins' });
setAuditLogToFeathersService({ app, serviceName: 'events' });
setAuditLogToFeathersService({ app, serviceName: 'emails' });
};

module.exports = {
Expand Down

0 comments on commit 73ab4fb

Please sign in to comment.