diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-04 06:20:02 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-04 06:20:02 +0400 |
| commit | 735c7e49fd2f7f5425949ae7639fbf5c0c9278a8 (patch) | |
| tree | e3db3e3a0bbbcf6dce68a3063369f562abc6f494 /webhook/src/utils.rs | |
| parent | 29f4df85fa4dd559010f2acd68cdfe43ce0ebed4 (diff) | |
base ratelimiter
Diffstat (limited to 'webhook/src/utils.rs')
| -rw-r--r-- | webhook/src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/utils.rs b/webhook/src/utils.rs index 9536ba5..0a9a779 100644 --- a/webhook/src/utils.rs +++ b/webhook/src/utils.rs @@ -1,7 +1,7 @@ use std::env; use config::{Config, ConfigError, Environment, File}; -use log::{info}; +use log::info; use serde::Deserialize; /// Executes the required configuration steps for the program, |
