fix lint
This commit is contained in:
parent
066c922f66
commit
b44b8ff953
|
@ -120,7 +120,7 @@ async function fetchLocale() {
|
|||
|
||||
if (!localeRes) {
|
||||
localeRes = await fetch(localeUrl);
|
||||
const clone = localeRes?.clone()
|
||||
const clone = localeRes?.clone();
|
||||
if (!clone?.clone().ok) return;
|
||||
|
||||
caches.open(cacheName).then(cache => cache.put(localeUrl, clone));
|
||||
|
|
Loading…
Reference in New Issue