Skip to content

Commit

Permalink
use strings for keys in defaultSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
silkycell committed May 17, 2024
1 parent 563ba25 commit 7faf28f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const defaultSettings = {
isEnabled: false,
preservesPitch: false,
speed: 10,
amplitude: 0.5,
offset: 1,
updateRate: 10
"isEnabled": false,
"preservesPitch": false,
"speed": 10,
"amplitude": 0.5,
"offset": 0.9,
"updateRate": 10,
}

let settings = defaultSettings
Expand Down

0 comments on commit 7faf28f

Please sign in to comment.