fail quietly

This commit is contained in:
Samuel Newman
2025-12-01 13:09:09 +02:00
parent 55724b8c2f
commit bfe6c81ab3
+1
View File
@@ -166,6 +166,7 @@ export function useListMembershipAddMutation({
const subject = await agent
.getProfile({actor: variables.actorDid})
.then(res => res.data)
.catch(() => undefined)
if (subject) {
queryClient.setQueryData<