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
28
pulls
pipelines
add null check to pub data
awarm.space
9 months ago
4d7b91fa
fe3a5964
+1
-1
1 changed file
expand all
collapse all
unified
split
app
api
rpc
[command]
pull.ts
+1
-1
app/api/rpc/[command]/pull.ts
···
74
74
description: string;
75
75
title: string;
76
76
}[];
77
77
-
let pub_patch = publication_data[0]
77
77
+
let pub_patch = publication_data?.[0]
78
78
? [
79
79
{
80
80
op: "put",