Skip to content

Commit bb0fbb5

Browse files
committed
fix
1 parent d4cb7e9 commit bb0fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/processor/procbuiltin/unwrap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func (o *openCDCUnwrapper) Unwrap(rec record.Record) (record.Record, error) {
151151
Before: nil,
152152
After: structPayload,
153153
},
154-
Operation: record.OperationSnapshot,
154+
Operation: o.UnwrapsOperation(rec),
155155
}, nil
156156
}
157157

0 commit comments

Comments
 (0)