This commit is contained in:
Bianca Fürstenau 2025-02-10 17:29:55 +01:00
parent 311718e6d3
commit b56e94f0ed
3 changed files with 70 additions and 15 deletions

View file

@ -57,7 +57,6 @@ async fn swap(
store: &str,
state: State<'_, Mutex<AppState>>,
) -> Result<(), ()> {
println!("Hi");
let state = state.lock().await;
let mut rng = rand::thread_rng();
let store: Store = store.try_into()?;