Fix formatting

This commit is contained in:
Steve Richter
2020-11-19 23:22:18 -05:00
committed by Deluan Quintão
parent 2397a7e464
commit 14525cd056
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export const sendNotification = (title, body = '', image = '') => {
new Notification(title, {
body: body,
icon: image,
silent: true
silent: true,
})
}