diff --git a/readme.md b/readme.md index 745efad..0ae7e80 100644 --- a/readme.md +++ b/readme.md @@ -35,5 +35,4 @@ _these features are implemented_ ## todo - 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] -- make gjp2 authentication faster (bcrypt?) \ No newline at end of file +- move authorization logic to (./src/helpers/accounts.rs)[./src/helpers/accounts.rs] \ No newline at end of file diff --git a/src/config.rs b/src/config.rs index 805c622..ee9a2aa 100644 --- a/src/config.rs +++ b/src/config.rs @@ -30,5 +30,6 @@ impl Config { pub static CONFIG: LazyLock = LazyLock::new(|| { let config = Config::load_from_file("config.toml"); - config + + return config; }); \ No newline at end of file