Skip to content

Commit 5961edf

Browse files
committed
fix ci
1 parent 65941de commit 5961edf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/processor/procbuiltin/unwrap.go

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ type openCDCUnwrapper struct{}
125125

126126
// Unwrap replaces the whole record.payload with record.payload.after.payload except position.
127127
func (o *openCDCUnwrapper) Unwrap(rec record.Record) (record.Record, error) {
128-
129128
var structData record.StructuredData
130129
data := rec.Payload.After
131130
switch d := data.(type) {

0 commit comments

Comments
 (0)