fix: typo in switch..case

This commit is contained in:
Julian Lam
2021-03-19 15:46:53 -04:00
parent 026ceaf3ec
commit d8ff9851a3

View File

@@ -54,7 +54,8 @@ Email.test = async function (socket, data) {
notification, notification,
showUnsubscribe: true, showUnsubscribe: true,
}); });
} break; break;
}
default: default:
await emailer.send(data.template, socket.uid, payload); await emailer.send(data.template, socket.uid, payload);