Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Aug 23, 2024
1 parent a2f8141 commit bd87f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/com/wsscode/pathom3/connect/runner.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@
(merge-entity-to-root-data env env' node)))
(do
(if (not= (count inputs) (count responses))
(throw (ex-info "Batch results must be a sequence and have the same length as the inputs." {:inputs inputs
(throw (ex-info "Batch results must be a sequence and have the same length as the inputs." {:inputs inputs
:op-name batch-op})))

(doseq [[{env' ::env
Expand Down

0 comments on commit bd87f38

Please sign in to comment.