From 35398241dea769bd7554eaca0a9045801c847340 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 27 Feb 2024 17:37:10 +0000 Subject: Update dependencies to latest versions --- src/lib/activitypub/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/activitypub/templates.ts') diff --git a/src/lib/activitypub/templates.ts b/src/lib/activitypub/templates.ts index cab9ada..d0c8cc2 100644 --- a/src/lib/activitypub/templates.ts +++ b/src/lib/activitypub/templates.ts @@ -8,7 +8,7 @@ export const successfulRSVPResponse = ({ fullAttendee, }: { event: IEvent; - newAttendee: { id: string; name: string }; + newAttendee: { id?: string; name: string }; fullAttendee: { _id: string }; }) => `@${newAttendee.name} Thanks for RSVPing! You can remove yourself from the RSVP list by clicking here.`; -- cgit v1.2.3