Skip to content

Commit

Permalink
Update indexer/database/db.go
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Sep 14, 2023
1 parent 0c399aa commit 0a15ed1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions indexer/database/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,5 @@ func (db *DB) executeSQLMigration() error {
return nil
})

if err != nil {
return err
}
return nil
return err
}

0 comments on commit 0a15ed1

Please sign in to comment.