Little bit of code refactoring
This commit is contained in:
@@ -161,7 +161,7 @@ func LoadDirectory() error {
|
||||
return errors.New(rerr.String())
|
||||
}
|
||||
|
||||
states, err := FetchServerStates()
|
||||
states, err := getServerStates()
|
||||
if err != nil {
|
||||
return errors.WithStack(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user