Clean up some code -- reorganize some structs and unexport some consts.
This commit is contained in:
@@ -45,7 +45,7 @@ func upgradeConfig() error {
|
||||
return err
|
||||
}
|
||||
|
||||
if schemaVersion == CurrentSchemaVersion {
|
||||
if schemaVersion == currentSchemaVersion {
|
||||
// do nothing
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user