Skip to content

Commit

Permalink
Remove warn on grant and revoke form access
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille committed Oct 31, 2024
1 parent 38d69c1 commit 0500eac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lambda-code/audit-logs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ const AppAuditLogArn = process.env.APP_AUDIT_LOGS_SQS_ARN;
const ApiAuditLogArn = process.env.API_AUDIT_LOGS_SQS_ARN;

const warnOnEvents = [
// Form Events
"GrantFormAccess",
"RevokeFormAccess",
// User Events
"UserActivated",
"UserDeactivated",
Expand Down

0 comments on commit 0500eac

Please sign in to comment.