add return clause + update todo
This commit is contained in:
parent
3cbf22cb83
commit
609c00fca1
2 changed files with 3 additions and 3 deletions
|
@ -36,4 +36,3 @@ _these features are implemented_
|
||||||
|
|
||||||
- find out why the last user's colors in getusers are broken???? (might be rubrub issue !!)
|
- find out why the last user's colors in getusers are broken???? (might be rubrub issue !!)
|
||||||
- move authorization logic to (./src/helpers/accounts.rs)[./src/helpers/accounts.rs]
|
- move authorization logic to (./src/helpers/accounts.rs)[./src/helpers/accounts.rs]
|
||||||
- make gjp2 authentication faster (bcrypt?)
|
|
|
@ -30,5 +30,6 @@ impl Config {
|
||||||
|
|
||||||
pub static CONFIG: LazyLock<Config> = LazyLock::new(|| {
|
pub static CONFIG: LazyLock<Config> = LazyLock::new(|| {
|
||||||
let config = Config::load_from_file("config.toml");
|
let config = Config::load_from_file("config.toml");
|
||||||
config
|
|
||||||
|
return config;
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue