diff --git a/src/fluree/db/json_ld/reify.cljc b/src/fluree/db/json_ld/reify.cljc index 411fde62c..32b4b9202 100644 --- a/src/fluree/db/json_ld/reify.cljc +++ b/src/fluree/db/json_ld/reify.cljc @@ -400,7 +400,8 @@ (= -1 t-new) (into commit-data/commit-schema-flakes))) ecount* (assoc ecount const/$_predicate pid - const/$_default sid)] + const/$_default sid + const/$_shard @last-sid)] (when (empty? all-flakes) (commit-error "Commit has neither assertions or retractions!" commit-metadata))