Update parser.rs

This commit is contained in:
alamin655 2023-09-11 12:05:13 +05:30 committed by GitHub
parent 0132a63e6f
commit 8e56ac8ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,8 +105,7 @@ impl Config {
rate_limiter: RateLimiter {
number_of_requests: rate_limiter["number_of_requests"],
time_limit: rate_limiter["time_limit"],
}
})
}
})
}
}