mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
feat: use ts, update cd, update README (#12)
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import {Config} from '../config';
|
||||
import sendEmail from './email';
|
||||
|
||||
export default function sendNotification(cartUrl: string) {
|
||||
if (Config.notifications.email) {
|
||||
sendEmail(cartUrl);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user