Skip to content

Commit 0a8546f

Browse files
committed
docs: document the need to specify kind in getComments signature example
1 parent 82b1fdc commit 0a8546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/comments/getComments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import type { Comments, GetCommentsResponse } from "./models";
3030
* // Retrieving game/achievement comments
3131
* const gameWallComments = await getComments(
3232
* authorization,
33-
* { identifier: 20294, count: 4, offset: 0 },
33+
* { identifier: 20294, kind: 1 count: 4, offset: 0 },
3434
* );
3535
*
3636
* // Retrieving comments on a user's wall

0 commit comments

Comments
 (0)