Skip to content

Commit

Permalink
Fix typo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbilie authored Nov 5, 2022
1 parent c0e915e commit c28d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Gorse<T extends string> {
return insertUsers(this.axiosClient, users);
}

getUSerNeighbors(options: UserNeighborsOptions) {
getUserNeighbors(options: UserNeighborsOptions) {
return getUserNeighbors(this.axiosClient, options);
}
}
Expand Down

0 comments on commit c28d080

Please sign in to comment.