Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Jan 14, 2025
1 parent 82b10a4 commit c427da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/instant/reactive/session.clj
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
(defn straight-jacket-process-receive-q-batch [store-conn batch metadata]
(try
(let [type (-> metadata :group-key first)]
(doseq [entry (#'consolidate type batch)]
(doseq [entry (consolidate type batch)]
(process-receive-q-entry store-conn entry metadata)))
(catch Throwable e
(tracer/record-exception-span! e {:name "receive-worker/handle-receive-batch-straight-jacket"
Expand Down

0 comments on commit c427da8

Please sign in to comment.