Silence warnings, run cargo fmt
This commit is contained in:
parent
fe1c1d3655
commit
af1c767f5f
77 changed files with 1904 additions and 903 deletions
|
|
@ -3,8 +3,8 @@
|
|||
//! Handles avatar data retrieval and slot updates.
|
||||
//! Note: Emotion switching is handled via WebSocket.
|
||||
|
||||
use axum::extract::Path;
|
||||
use axum::Json;
|
||||
use axum::extract::Path;
|
||||
|
||||
use chattyness_db::{
|
||||
models::{AssignSlotRequest, AvatarWithPaths, ClearSlotRequest},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue