fix: show email and avatar for pending members
This commit is contained in:
@@ -93,6 +93,7 @@ export const getByPublicId = async (
|
||||
members: {
|
||||
columns: {
|
||||
publicId: true,
|
||||
email: true,
|
||||
},
|
||||
with: {
|
||||
user: {
|
||||
@@ -148,6 +149,7 @@ export const getByPublicId = async (
|
||||
member: {
|
||||
columns: {
|
||||
publicId: true,
|
||||
email: true,
|
||||
deletedAt: true,
|
||||
},
|
||||
with: {
|
||||
|
||||
@@ -336,6 +336,7 @@ export const getWithListAndMembersByPublicId = async (
|
||||
members: {
|
||||
columns: {
|
||||
publicId: true,
|
||||
email: true,
|
||||
},
|
||||
with: {
|
||||
user: {
|
||||
@@ -362,6 +363,7 @@ export const getWithListAndMembersByPublicId = async (
|
||||
member: {
|
||||
columns: {
|
||||
publicId: true,
|
||||
email: true,
|
||||
},
|
||||
with: {
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user