Skip to content

Commit

Permalink
fix: getUserWantToPlayList import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Jan 20, 2025
1 parent 6932a58 commit 74b9c1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/v1/get-user-want-to-play-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ The user's Want to Play Games list page looks like:
::: code-group

```ts [NodeJS]
import { buildAuthorization, getGameHashes } from "@retroachievements/api";
import {
buildAuthorization,
getUserWantToPlayList,
} from "@retroachievements/api";

// First, build your authorization object.
const username = "<your username on RA>";
Expand Down

0 comments on commit 74b9c1a

Please sign in to comment.