Skip to content

Commit

Permalink
dsensum-v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-emeks committed May 31, 2024
1 parent 86fefae commit f59cf9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# sensum

## v1.2.2
* Typo almost breack our souls :finger_crossed:

## v1.2.1
* Keep sw alive periodically
* Kill the messenger if the messenger won't deliver the sensation
Expand Down
2 changes: 1 addition & 1 deletion sensum-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensum-pwa",
"private": true,
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion sensum-pwa/src/state/configuration/State_Configuration.res
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let configStorageKey = "config"

let registerPeriodicNotification = async () => {
let swRegistration = await Types.ServiceWorker.ready
swRegistration.periodicSync->Types.ServiceWorker.register("senum-heartbeat", {
swRegistration.periodicSync->Types.ServiceWorker.register("sensum-heartbeat", {
minInterval: 5 * 60 * 1000
})
}
Expand Down

0 comments on commit f59cf9a

Please sign in to comment.