diff --git a/src/core/pinataSDK.ts b/src/core/pinataSDK.ts index 1c7a48e..391a89f 100644 --- a/src/core/pinataSDK.ts +++ b/src/core/pinataSDK.ts @@ -788,7 +788,7 @@ class FilterGroups { then( onfulfilled?: ((value: GroupResponseItem[]) => any) | null, - ): Promise { + ): Promise { return listGroups(this.config, this.query).then(onfulfilled); }