remove contact company/country/location across db and ui
This commit is contained in:
@@ -116,9 +116,6 @@ model Contact {
|
||||
id String @id @default(cuid())
|
||||
teamId String
|
||||
name String
|
||||
company String?
|
||||
country String?
|
||||
location String?
|
||||
avatarUrl String?
|
||||
email String?
|
||||
phone String?
|
||||
|
||||
@@ -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