We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c949c commit d5f6310Copy full SHA for d5f6310
1 file changed
src/app/service/service_worker/script.ts
@@ -37,7 +37,6 @@ import type {
37
TSortedScript,
38
TInstallScriptParams,
39
} from "../queue";
40
-import { timeoutExecution } from "@App/pkg/utils/timer";
41
import { buildScriptRunResourceBasic, selfMetadataUpdate } from "./utils";
42
import {
43
BatchUpdateListActionCode,
@@ -51,8 +50,6 @@ import { LocalStorageDAO } from "@App/app/repo/localStorage";
51
50
import { CompiledResourceDAO } from "@App/app/repo/resource";
52
// import { gzip as pakoGzip } from "pako";
53
54
-const cIdKey = `(cid_${Math.random()})`;
55
-
56
export type TCheckScriptUpdateOption = Partial<
57
{ checkType: "user"; noUpdateCheck?: number } | ({ checkType: "system" } & Record<string, any>)
58
>;
0 commit comments