We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cda054 commit 417c5cdCopy full SHA for 417c5cd
api/neo4j/writeBeacon.ts
@@ -41,6 +41,7 @@ export async function writeBeacon(entry:Lantern):Promise<Attempt> {
41
atoms_verb: entry.atoms.verb,
42
atoms_object: entry.atoms.object,
43
atoms_adverbial: entry.atoms.adverbial,
44
+ description: entry.description ?? "",
45
shards_subject_head: entry.shards.subject.head,
46
shards_subject_phrase: entry.shards.subject.phrase,
47
shards_subject_article: entry.shards.subject.article,
@@ -81,6 +82,7 @@ export async function writeBeacon(entry:Lantern):Promise<Attempt> {
81
82
object: record.atoms_object,
83
adverbial: record.atoms_adverbial
84
},
85
+ description: record.description,
86
category: record.category,
87
isPublic: record.isPublic,
88
isArchived: record.isArchived,
0 commit comments