Compare commits

..

No commits in common. "70f93029ef5cb757d544218be4fbf9ec84fbff6c" and "4b47f303e9e6424d225d9572444fe1c1164668b3" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* eslint-disable no-unused-vars */ /* eslint-disable no-unused-vars */
/* All Page Init */ /* All Page Init */
const version = '2023.5.10' const version = '2023.5.9'
/* Feature Detectors */ /* Feature Detectors */

View File

@ -46,7 +46,7 @@ async function findByPisCode() {
async function findRandomCode() { async function findRandomCode() {
showLoading() showLoading()
log('findRandomCode: Fetching random PIS codes') log('findRandomCode: Fetching random PIS codes')
const endpoint = 'pis/code/random' const endpoint = 'pis/random'
console.time('findRandomCode-GET') console.time('findRandomCode-GET')
const json = await getApi(endpoint, auth = true) const json = await getApi(endpoint, auth = true)
console.timeEnd('findRandomCode-GET') console.timeEnd('findRandomCode-GET')

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const swVersion = '2023.5.10-1' const swVersion = '2023.5.9-1'
const cacheName = `owlboard-${swVersion}` const cacheName = `owlboard-${swVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
let staticCache = [ let staticCache = [