From bd87f380ffe664417433312897151c6f76ef4ae8 Mon Sep 17 00:00:00 2001 From: Wilker Lucio Date: Fri, 23 Aug 2024 20:18:40 -0300 Subject: [PATCH] fix format --- src/main/com/wsscode/pathom3/connect/runner.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/com/wsscode/pathom3/connect/runner.cljc b/src/main/com/wsscode/pathom3/connect/runner.cljc index 20e8a753..df35428f 100644 --- a/src/main/com/wsscode/pathom3/connect/runner.cljc +++ b/src/main/com/wsscode/pathom3/connect/runner.cljc @@ -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