chore: cargo fmt
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
use crate::{
|
||||
models::interaction::SendInteractionDto,
|
||||
services::interaction::send_interaction,
|
||||
};
|
||||
use crate::{models::interaction::SendInteractionDto, services::interaction::send_interaction};
|
||||
|
||||
#[tauri::command]
|
||||
pub async fn send_interaction_cmd(dto: SendInteractionDto) -> Result<(), String> {
|
||||
send_interaction(dto).await
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user