Skip to content

Commit

Permalink
Merge pull request #33 from ecency/bugfix/build
Browse files Browse the repository at this point in the history
Fixed build
  • Loading branch information
feruzm authored Sep 17, 2024
2 parents 62c089f + 7f4c209 commit 82e044b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/queries/joined-community-team-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export enum ROLES {
MOD = "mod",
}

export function useJoinedCommunityTeamQuery(community?: KindOfCommunity) {
export function useJoinedCommunityTeamQuery(
community?: KindOfCommunity,
): ReturnType<typeof useGetSetOfPublicKeysQuery> {
return useGetSetOfPublicKeysQuery(
community?.team
.filter(([_, role]) =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <dkildar@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 82e044b

Please sign in to comment.