Closed RyKilleen closed 2 years ago
Right now the config is stored in AppState as a string, when it could be the Config struct itself. This'll eliminate the need for an additional parsing in get_state
get_state
Right now the config is stored in AppState as a string, when it could be the Config struct itself. This'll eliminate the need for an additional parsing in
get_state