fail quietly
This commit is contained in:
@@ -166,6 +166,7 @@ export function useListMembershipAddMutation({
|
|||||||
const subject = await agent
|
const subject = await agent
|
||||||
.getProfile({actor: variables.actorDid})
|
.getProfile({actor: variables.actorDid})
|
||||||
.then(res => res.data)
|
.then(res => res.data)
|
||||||
|
.catch(() => undefined)
|
||||||
|
|
||||||
if (subject) {
|
if (subject) {
|
||||||
queryClient.setQueryData<
|
queryClient.setQueryData<
|
||||||
|
|||||||
Reference in New Issue
Block a user