fix: scripts/delete.ts
parent
c2d20eeaaf
commit
b4e6c7c289
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue