mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Task: remove pn param
This commit is contained in:
@@ -13,7 +13,6 @@ Deno.test("DbTest", async () => {
|
||||
gid: 1,
|
||||
token: "dd",
|
||||
pid: 1,
|
||||
pn: 1,
|
||||
type: TaskType.Download,
|
||||
id: 0,
|
||||
details: null,
|
||||
@@ -24,7 +23,6 @@ Deno.test("DbTest", async () => {
|
||||
gid: 1,
|
||||
token: "dd",
|
||||
pid: 1,
|
||||
pn: 1,
|
||||
type: TaskType.ExportZip,
|
||||
id: 0,
|
||||
details: "test",
|
||||
|
||||
Reference in New Issue
Block a user