chore: move notification test, other refactoring (#111)

This commit is contained in:
Jef LeCompte
2020-09-20 13:18:32 -04:00
committed by GitHub
parent a3fc07daf0
commit 2a1f15041e
13 changed files with 40 additions and 32 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export function sendDiscordMessage(cartUrl: string, link: Link) {
embed.setColor(0x76B900);
embed.setTimestamp();
await hook.send(embed);
Logger.info(` discord message sent: ${cartUrl}`);
Logger.info(` discord message sent: ${cartUrl}`);
} catch (error) {
Logger.error(error);
}