Skip to content

Commit

Permalink
fix(onesignal): add cache query to sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 7, 2019
1 parent fb0d38c commit 33f8f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onesignal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function addOneSignal (moduleOptions) {
cdn: true,
GcmSenderId: '482941778795',
importScripts: [
'/sw.js'
'/sw.js?' + Date.now()
],
init: {
allowLocalhostAsSecureOrigin: true,
Expand Down

0 comments on commit 33f8f61

Please sign in to comment.