Skip to content

Commit

Permalink
email body
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Jun 12, 2024
1 parent d60602a commit f3d0765
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions projects/scrape-txs/src/lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ export const handler: ScheduledHandler = async (_event) => {
await run(months);
} catch (error: any) {
const emailSubject = `Scrape bank txs failed`;
let emailBody = `Error message:
${error.message}
Stack trace:
const emailBody = `Error:
${error.stack}
`;
await mailer.sendMail({
Expand Down

0 comments on commit f3d0765

Please sign in to comment.