Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMillett committed Nov 13, 2024
1 parent 5d1dd07 commit 46321d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wwwroot/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ self.addEventListener('push', event => {
url: 'https://jordanmillett.github.io/Vetra',
tag: 'vetra-alert',
requireInteraction: false,
timestamp: Date.now(),
vibrate: [20000, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
timestamp: Date.now()
};

event.waitUntil(
Expand Down

0 comments on commit 46321d1

Please sign in to comment.