We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589943 commit 626b839Copy full SHA for 626b839
database/ydb/ydb.go
@@ -249,7 +249,7 @@ func (y *YDB) SetVersion(version int, dirty bool) error {
249
if err := tx.Commit(); err != nil {
250
return &database.Error{OrigErr: err, Err: "transaction commit failed"}
251
}
252
- return err
+ return nil
253
254
255
func (y *YDB) Version() (version int, dirty bool, err error) {
0 commit comments