Skip to content

Commit

Permalink
chore: remove errorneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikhshack committed Aug 27, 2024
1 parent 32ecce8 commit ca4005a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,7 @@ export const InitEmailTransactionalMiddleware = (
filterByTimestamp: filter as TimestampFilter,
tag: tag as string,
})
logger.warn({
message: 'messagesmessages1',
messages: messages,
})

Check failure on line 358 in backend/src/email/middlewares/email-transactional.middleware.ts

View workflow job for this annotation

GitHub Actions / test-backend

Delete `··`
res.status(200).json({
has_more: hasMore,
data: messages.map((m) =>
Expand Down

0 comments on commit ca4005a

Please sign in to comment.