Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/appview-v2-notif-empty-cursor' i…
Browse files Browse the repository at this point in the history
…nto appview-v2-testing
  • Loading branch information
devinivy committed Jan 4, 2024
2 parents dd93d2b + 74bf215 commit 962326e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const skeleton = async (
])
return {
notifs: res.notifications,
cursor: res.cursor,
cursor: res.cursor || undefined,
lastSeenNotifs: lastSeenRes.timestamp?.toDate().toISOString(),
}
}
Expand Down

0 comments on commit 962326e

Please sign in to comment.