From d2d294e145d907e946d6c4ff00939444f32755d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Hocd=C3=A9?= Date: Fri, 5 Mar 2021 09:26:34 -0500 Subject: [PATCH] Update build/notification.js Co-authored-by: Chauncey McAskill --- build/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/notification.js b/build/notification.js index b945851..6f562d4 100644 --- a/build/notification.js +++ b/build/notification.js @@ -1,6 +1,6 @@ import notifier from 'node-notifier'; -export default function notification({title, message}) { +export default function notification({ title, message }) { notifier.notify({ title: title, message: message,