Fix formatting
This commit is contained in:
committed by
Deluan Quintão
parent
2397a7e464
commit
14525cd056
@@ -3,7 +3,7 @@ export const sendNotification = (title, body = '', image = '') => {
|
||||
new Notification(title, {
|
||||
body: body,
|
||||
icon: image,
|
||||
silent: true
|
||||
silent: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user