Skip to content

Commit 19f95f7

Browse files
committed
use compact form of id field for commits since they have a context
1 parent aa7ea1b commit 19f95f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fluree/db/connection.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
[[commit-map commit-jsonld] commit-hash]
474474
(let [commit-id (commit-data/hash->commit-id commit-hash)]
475475
[(assoc commit-map :id commit-id)
476-
(assoc commit-jsonld "@id" commit-id)]))
476+
(assoc commit-jsonld "id" commit-id)]))
477477

478478
(defn write-commit
479479
[commit-storage alias {:keys [did private]} commit]

0 commit comments

Comments
 (0)