Little bit of code refactoring

This commit is contained in:
Dane Everitt
2020-04-10 18:07:57 -07:00
parent af241f3de4
commit 17d204a631
3 changed files with 19 additions and 19 deletions

View File

@@ -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)
}