fix(gateway-ui): preserve assistant overrides and bust stale cache
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const CACHE_NAME = 'flynn-webchat-v3';
|
||||
const CACHE_NAME = 'flynn-webchat-v5';
|
||||
const token = new URL(self.location.href).searchParams.get('token');
|
||||
const withToken = (path) => {
|
||||
if (!token) {
|
||||
|
||||
Reference in New Issue
Block a user