Skip to content

Commit f4492b0

Browse files
fix tests and appease typescript
1 parent 8734a7b commit f4492b0

File tree

88 files changed

+9058
-12603
lines changed

Some content is hidden

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

88 files changed

+9058
-12603
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)