fix(lint): clear error-level violations across runtime and ui

This commit is contained in:
William Valentin
2026-02-23 16:51:44 -08:00
parent 49fd2b5327
commit 0bf69acafe
10 changed files with 20 additions and 10 deletions
+2
View File
@@ -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) => {