mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Merge pull request #3860 from tylershuster/publish-spinner
publish: fixes #3859, fixes #3844
This commit is contained in:
commit
7bb8d42ca8
@ -87,7 +87,7 @@ export function getLatestRevision(node: GraphNode): [number, string, string, Pos
|
|||||||
return empty
|
return empty
|
||||||
}
|
}
|
||||||
const [title, body] = rev.post.contents as TextContent[];
|
const [title, body] = rev.post.contents as TextContent[];
|
||||||
return [revNum, title.text, body.text, rev.post];
|
return [revNum.toJSNumber(), title.text, body.text, rev.post];
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getComments(node: GraphNode): GraphNode {
|
export function getComments(node: GraphNode): GraphNode {
|
||||||
|
Loading…
Reference in New Issue
Block a user