Skip to content

Commit b3f2d1d

Browse files
authored
Merge pull request #123 from FujoWebDev/fix-tests
Fix tests + typescript + prepare for multi-archive URLs
2 parents 3585032 + f4492b0 commit b3f2d1d

File tree

89 files changed

+9083
-12619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+9083
-12619
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import { getTag, getWork } from "@bobaboard/ao3.js";
7575
const tag = await getTag({
7676
tagName: "Ever Given Container Ship (Anthropomorphic)",
7777
});
78-
const work = await getWork({ workId: "123456" });
78+
const work = await getWork({ workId: 123456 });
7979
```
8080

8181
Further explanation of AO3.js works and suggestions for how to add to it can be found [in this comment](https://github.com/essential-randomness/AO3.js/issues/2#issuecomment-1032213524). Also consider taking a look at [TypeScript types](./types/entities.ts).

0 commit comments

Comments
 (0)