fix clippy

This commit is contained in:
jb-alvarado 2024-09-10 08:30:21 +02:00
parent bc01b2de1c
commit dffe68637e

View File

@ -217,7 +217,7 @@ pub fn public_path() -> PathBuf {
public_path = dev_path;
}
return public_path;
public_path
}
pub async fn read_log_file(channel_id: &i32, date: &str) -> Result<String, ServiceError> {