Skip to content

Commit

Permalink
feat(lib): rm a log
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Oct 27, 2023
1 parent 4530147 commit 38e322a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function HomeScreen({ navigation }: StackScreenProps<HomeStackParamList,
channel: chat.currentUser.id,
type: "invite",
method: "publish",
callback: async (event) => {
callback: async () => {
const { memberships } = await chat.currentUser.getMemberships()
setMemberships(memberships)
},
Expand Down

0 comments on commit 38e322a

Please sign in to comment.