diff --git a/lib/queries/joined-community-team-query.ts b/lib/queries/joined-community-team-query.ts index 9b7c01f..cacc38e 100644 --- a/lib/queries/joined-community-team-query.ts +++ b/lib/queries/joined-community-team-query.ts @@ -7,7 +7,9 @@ export enum ROLES { MOD = "mod", } -export function useJoinedCommunityTeamQuery(community?: KindOfCommunity) { +export function useJoinedCommunityTeamQuery( + community?: KindOfCommunity, +): ReturnType { return useGetSetOfPublicKeysQuery( community?.team .filter(([_, role]) => diff --git a/package.json b/package.json index cecd82a..4c5eeee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecency/ns-query", "description": "React-query based Nostr protocol SDK for Ecency vision and mobile", - "version": "1.2.10-next", + "version": "1.2.11-next", "repository": "https://github.com/ecency/ns-query", "author": "ildar.timerbaev ", "license": "MIT",