tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
fix type error
awarm.space
1 week ago
da378130
1a3f8052
+2
-2
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
reader
getReaderFeed.ts
+2
-2
app/(home-pages)/reader/getReaderFeed.ts
···
23
23
"get_reader_feed",
24
24
{
25
25
p_identity: auth_res.atp_did,
26
26
-
p_cursor_timestamp: cursor?.timestamp ?? null,
27
27
-
p_cursor_uri: cursor?.uri ?? null,
26
26
+
p_cursor_timestamp: cursor?.timestamp,
27
27
+
p_cursor_uri: cursor?.uri,
28
28
p_limit: 25,
29
29
},
30
30
);