Skip to content

Commit 31adc7d

Browse files
committed
Add note about pushing to queue
1 parent 10cac61 commit 31adc7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/mailer/src/enqueue.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ module.exports = async function ({ request, response }: FissionContext, cb: Fiss
5959
text: await textPromise,
6060
};
6161

62+
// TODO: push to queue
63+
6264
response.status(200).json(payload);
6365
} catch (e) {
6466
console.error(e);

0 commit comments

Comments
 (0)