Skip to content

Commit

Permalink
#34 - Try fixing refresh AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau committed Oct 16, 2023
1 parent 7fbac92 commit 2f312cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ async function refreshTokens(event) {
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({}),
});
event.waitUntil(refreshResponse);

Expand Down

0 comments on commit 2f312cd

Please sign in to comment.