From 8e56ac8ba2b91b1b0eb419bc37699f63d7f5a39f Mon Sep 17 00:00:00 2001 From: alamin655 Date: Mon, 11 Sep 2023 12:05:13 +0530 Subject: [PATCH] Update parser.rs --- src/config/parser.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/parser.rs b/src/config/parser.rs index abf0db2..a3419a9 100644 --- a/src/config/parser.rs +++ b/src/config/parser.rs @@ -105,8 +105,7 @@ impl Config { rate_limiter: RateLimiter { number_of_requests: rate_limiter["number_of_requests"], time_limit: rate_limiter["time_limit"], - } - }) + } }) } }