fix: show email and avatar for pending members

This commit is contained in:
Henry
2025-05-28 21:51:41 +01:00
parent feeb2f675b
commit 47ddf0a048
6 changed files with 14 additions and 11 deletions

View File

@@ -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: {

View File

@@ -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: {