1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update build/notification.js

Co-authored-by: Chauncey McAskill <chauncey@locomotive.ca>
This commit is contained in:
Quentin Hocdé
2021-03-05 09:26:34 -05:00
committed by GitHub
parent f39a5f0a75
commit d2d294e145

View File

@@ -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,