mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Fix bug
This commit is contained in:
@@ -11,7 +11,7 @@ Deno.test({
|
||||
const client = new Client(cfg);
|
||||
const re = await client.fetchGalleryMetadataByAPI([1389215, "b5e43bd12d"]);
|
||||
console.log(re.obj);
|
||||
const gdata = re.map.get(1389215);
|
||||
const gdata = re.map.get(1389215n);
|
||||
assert(gdata !== undefined && typeof gdata !== "string");
|
||||
assertEquals(
|
||||
gdata.title,
|
||||
|
||||
Reference in New Issue
Block a user