gorse-io / gorse-io/gorse-js

error in upsertItems(users: Item[]) ( need to be items and not users )

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
13
Forks
13
PR merge metrics
No merged PRs in 30d

Description

hi there is a misake here
```
upsertItems(users: Item[]) {
return upsertItems(this.axiosClient, users);
}
````
in the method is used "users" but it are items

Contributor guide

Open the contributing guide

Research direction

Locate the upsertItems(users: Item[]) method shown in the issue and inspect its surrounding SDK entry point. Rename the parameter to items so it matches the Item[] value and confirm that the method's behavior remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.