a tool for shared writing and social publishing

fix type error

+2 -2
+2 -2
app/(home-pages)/reader/getReaderFeed.ts
··· 23 23 "get_reader_feed", 24 24 { 25 25 p_identity: auth_res.atp_did, 26 - p_cursor_timestamp: cursor?.timestamp ?? null, 27 - p_cursor_uri: cursor?.uri ?? null, 26 + p_cursor_timestamp: cursor?.timestamp, 27 + p_cursor_uri: cursor?.uri, 28 28 p_limit: 25, 29 29 }, 30 30 );