Skip to content

Commit

Permalink
Revert "fix: test case to admin only (temp)"
Browse files Browse the repository at this point in the history
This reverts commit 63b7480.
  • Loading branch information
titanism committed Oct 2, 2023
1 parent 63b7480 commit 7750443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/web/my-account/list-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ async function listLogs(ctx) {
emailHelper({
template: 'alert',
message: {
// to: ctx.state.user[config.userFields.fullEmail],
to: config.email.message.from,
to: ctx.state.user[config.userFields.fullEmail],
bcc: config.email.message.from,
subject: `(${results.count}) Email Deliverability Logs for ${dayjs(
now
Expand Down

0 comments on commit 7750443

Please sign in to comment.