diff --git a/scripts/delete.ts b/scripts/delete.ts index dcab350..f3a4864 100644 --- a/scripts/delete.ts +++ b/scripts/delete.ts @@ -1,4 +1,4 @@ -import { USERAGENT } from "../constant.ts"; +import { USERAGENT } from "../src/constant.ts"; const [key, ...uuids] = Deno.args; if (!key || uuids.length === 0) {