Skip to content

Commit 66467fc

Browse files
temp!
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent d2617fe commit 66467fc

File tree

1 file changed

+1
-1
lines changed
  • platform/view/services/db/driver/sql/common

1 file changed

+1
-1
lines changed

platform/view/services/db/driver/sql/common/vault.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func convertStateRows(writes driver.Writes, metaWrites driver.MetaWrites) ([]sta
306306
if err != nil {
307307
return nil, errors.Wrapf(err, "failed to marshal metadata for [%s:%s]", ns, pkey)
308308
}
309-
states = append(states, stateRow{ns, pkey, nil, metaVal.Version, metadata})
309+
states = append(states, stateRow{ns, pkey, []byte{}, metaVal.Version, metadata})
310310

311311
}
312312
}

0 commit comments

Comments
 (0)