diff --git a/packages/bsky/src/api/app/bsky/notification/listNotifications.ts b/packages/bsky/src/api/app/bsky/notification/listNotifications.ts index 673dd108dd1..d3dbff2bf22 100644 --- a/packages/bsky/src/api/app/bsky/notification/listNotifications.ts +++ b/packages/bsky/src/api/app/bsky/notification/listNotifications.ts @@ -54,7 +54,7 @@ const skeleton = async ( ]) return { notifs: res.notifications, - cursor: res.cursor, + cursor: res.cursor || undefined, lastSeenNotifs: lastSeenRes.timestamp?.toDate().toISOString(), } }