Skip to content

Commit

Permalink
Merge pull request #17 from PinataCloud/fix/update-group-list-response
Browse files Browse the repository at this point in the history
fix: Updated the response of `groups.list`
  • Loading branch information
stevedylandev authored Aug 22, 2024
2 parents b9ec293 + 4a8c58e commit 9fd7112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pinataSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ class FilterGroups {

then(
onfulfilled?: ((value: GroupResponseItem[]) => any) | null,
): Promise<any> {
): Promise<GroupResponseItem[]> {
return listGroups(this.config, this.query).then(onfulfilled);
}

Expand Down

0 comments on commit 9fd7112

Please sign in to comment.