fix: remove restricted fields from public listing query, fix service worker offline fallback, style description as card and remove redundant heading
This commit is contained in:
@@ -167,7 +167,7 @@ async function staleWhileRevalidate(request) {
|
||||
cache.put(request, response.clone());
|
||||
}
|
||||
return response;
|
||||
}).catch(() => cached);
|
||||
}).catch(() => cached || new Response('Offline', { status: 503 }));
|
||||
|
||||
return cached || fetchPromise;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user