remove contact company/country/location across db and ui
This commit is contained in:
@@ -226,9 +226,6 @@ async function resolveContact(input: {
|
||||
teamId: input.teamId,
|
||||
name: input.profile.displayName,
|
||||
avatarUrl: input.profile.avatarUrl,
|
||||
company: null,
|
||||
country: null,
|
||||
location: null,
|
||||
},
|
||||
select: { id: true },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user