Skip to content

Commit

Permalink
Update versiondb/client/fixdata.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Nov 11, 2024
1 parent 2028399 commit 893781b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions versiondb/client/fixdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ func FixDataCmd(stores []string) *cobra.Command {
}

// see: https://github.com/crypto-org-chain/cronos/issues/1683
if err := versionDB.FixData(stores); err != nil {
return err
}

return nil
return versionDB.FixData(stores)
},
}
return cmd
Expand Down

0 comments on commit 893781b

Please sign in to comment.