Skip to content

Commit

Permalink
fix: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
manish339k committed Dec 12, 2024
1 parent 5119ded commit 568f72d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdk/v2/destinations/reddit/rtWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ steps:
const dontBatchTrueEventsChunks = $.chunk(dontBatchTrueEvents, 1);
let batches = [...$.batchEvents(dontBatchFalseEvents), ...$.batchEventChunks(dontBatchTrueEventsChunks)];
console.log(batches);
batches@batch.({
"batchedRequest": {
"body": {
Expand Down

0 comments on commit 568f72d

Please sign in to comment.