Doo-Wop
This commit is contained in:
parent
311718e6d3
commit
b56e94f0ed
3 changed files with 70 additions and 15 deletions
|
@ -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()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue