Skip to content

Commit

Permalink
return empty collection
Browse files Browse the repository at this point in the history
  • Loading branch information
alekcz committed Aug 11, 2023
1 parent 4fcce29 commit 85c9c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/datahike_server/handlers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
_ (log/info "Transacting with arguments: " args)
result (d/transact conn args)]
(-> (if silent
(assoc result :tx-data (-> result :tx-data count))
(assoc result :tx-data [])
result)
cleanup-result
success)))
Expand Down

0 comments on commit 85c9c19

Please sign in to comment.