1
0
Fork 0

chore: Linter issues

This commit is contained in:
Joost De Cock 2023-08-08 10:33:34 +02:00
parent 7aafcead2b
commit 91c70f3e9d
11 changed files with 19 additions and 20 deletions

View file

@ -2,9 +2,6 @@ import path from 'path'
import { fileURLToPath } from 'url'
import { SESv2Client, SendEmailCommand } from '@aws-sdk/client-sesv2'
// Current working directory
const cwd = path.dirname(fileURLToPath(import.meta.url))
export const send = async ({
to = ['joost@joost.at'],
bcc = [],