fix(lint): clear error-level violations across runtime and ui
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* global self, caches, URL, Response */
|
||||
|
||||
const CACHE_NAME = 'flynn-webchat-v5';
|
||||
const token = new URL(self.location.href).searchParams.get('token');
|
||||
const withToken = (path) => {
|
||||
|
||||
Reference in New Issue
Block a user