fix: scripts/delete.ts

main
spacemeowx2 2022-10-22 18:14:00 +08:00
parent c2d20eeaaf
commit b4e6c7c289
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { USERAGENT } from "../constant.ts"; import { USERAGENT } from "../src/constant.ts";
const [key, ...uuids] = Deno.args; const [key, ...uuids] = Deno.args;
if (!key || uuids.length === 0) { if (!key || uuids.length === 0) {