Skip to content

Commit 503bee9

Browse files
committed
Cleanup comment.
1 parent cdf9149 commit 503bee9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/flavors/job.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ export const flushCursor = (rule) => (s) => {
142142
/* istanbul ignore else */
143143
if (rule.toCursorUpdateRequest) {
144144
return s
145-
// Compact explicitly on PK here since we want to capture just the last event per PK in this
146-
// invocation after the query split. This handles the case where multiple cursor events
147-
// ended up in a single lambda invocation.
148145
.through(compact({
149146
...rule,
150147
compact: {

0 commit comments

Comments
 (0)