aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models/listInvitations.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/models/listInvitations.ts')
-rw-r--r--packages/trpc/models/listInvitations.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/trpc/models/listInvitations.ts b/packages/trpc/models/listInvitations.ts
index 6bdc8ffa..2e17fa2e 100644
--- a/packages/trpc/models/listInvitations.ts
+++ b/packages/trpc/models/listInvitations.ts
@@ -372,6 +372,7 @@ export class ListInvitation {
// This protects user privacy until they accept
name: "Pending User",
email: invitation.user.email || "",
+ image: null,
},
}));
}