mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-22 17:46:00 +00:00
Add missing return to SW
This commit is contained in:
@@ -220,6 +220,7 @@ self.addEventListener("fetch", async (e) => {
|
||||
putInCache(url, f.clone());
|
||||
}),
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
if (apiHosts?.has(host || "")) {
|
||||
|
||||
Reference in New Issue
Block a user