Skip to content

Commit

Permalink
Merge pull request #1 from boardmain/boardmain-patch-1
Browse files Browse the repository at this point in the history
Update client.ts
  • Loading branch information
boardmain authored Feb 9, 2024
2 parents 263f797 + 7f883b5 commit e74ae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ class Gorse<T extends string> {
return getItems(this.axiosClient, options);
}

upsertItems(users: Item[]) {
return upsertItems(this.axiosClient, users);
upsertItems(items: Item[]) {
return upsertItems(this.axiosClient, items);
}

getItemNeighbors(options: ItemNeighborsOptions) {
Expand Down

0 comments on commit e74ae5e

Please sign in to comment.