Skip to content

Commit d5f6310

Browse files
committed
Update script.ts
1 parent 29c949c commit d5f6310

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/app/service/service_worker/script.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import type {
3737
TSortedScript,
3838
TInstallScriptParams,
3939
} from "../queue";
40-
import { timeoutExecution } from "@App/pkg/utils/timer";
4140
import { buildScriptRunResourceBasic, selfMetadataUpdate } from "./utils";
4241
import {
4342
BatchUpdateListActionCode,
@@ -51,8 +50,6 @@ import { LocalStorageDAO } from "@App/app/repo/localStorage";
5150
import { CompiledResourceDAO } from "@App/app/repo/resource";
5251
// import { gzip as pakoGzip } from "pako";
5352

54-
const cIdKey = `(cid_${Math.random()})`;
55-
5653
export type TCheckScriptUpdateOption = Partial<
5754
{ checkType: "user"; noUpdateCheck?: number } | ({ checkType: "system" } & Record<string, any>)
5855
>;

0 commit comments

Comments
 (0)