Fix timelines

This commit is contained in:
Jesse Wierzbinski 2023-11-26 12:46:15 -10:00
parent 8c870cdad3
commit 0a74bbfe93
No known key found for this signature in database
7 changed files with 22 additions and 13 deletions

View file

@ -17,7 +17,7 @@ export const notificationToAPI = async (
id: notification.id,
type: notification.type,
status: notification.status
? await statusToAPI(notification.status)
? await statusToAPI(notification.status, notification.account)
: undefined,
};
};