Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
mailjet registration
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Jan 26, 2021
1 parent 3f26d95 commit c5fb86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/functions/register.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Context, APIGatewayEvent } from 'aws-lambda'
import { Connect, RegisterUserAlert } from '../services/AlertService';
import { SendConfirmationEmail } from '../services/EmailService';
import { SendConfirmationEmail } from '../services/MailjetService';

Connect().then(() => console.log("AlertService Connected"));

Expand Down

0 comments on commit c5fb86b

Please sign in to comment.