fix: module not found "net/getVideoInfo.ts"
This commit is contained in:
parent
1ebc0d0c1b
commit
94dd662c40
@ -9,6 +9,7 @@
|
||||
"mq/": "./mq/",
|
||||
"chalk": "npm:chalk",
|
||||
"winston": "npm:winston",
|
||||
"logform": "npm:logform"
|
||||
"logform": "npm:logform",
|
||||
"@core/": "./"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { Client } from "https://deno.land/x/postgres@v0.19.3/mod.ts";
|
||||
import { getVideoInfo } from "net/getVideoInfo.ts";
|
||||
import { getVideoInfo } from "@core/net/getVideoInfo.ts";
|
||||
import logger from "log/logger.ts";
|
||||
|
||||
export interface SnapshotNumber {
|
||||
|
Loading…
Reference in New Issue
Block a user