Add missing return to SW

This commit is contained in:
MathMan05
2025-12-17 16:31:33 -06:00
parent a73f1c607e
commit 75f532e68a
+1
View File
@@ -220,6 +220,7 @@ self.addEventListener("fetch", async (e) => {
putInCache(url, f.clone());
}),
);
return;
}
if (apiHosts?.has(host || "")) {