consume prototype

This commit is contained in:
nora 2022-03-01 21:52:00 +01:00
parent beb2187cd6
commit 93ce632b5d
21 changed files with 328 additions and 108 deletions

View file

@ -92,7 +92,7 @@ async fn get_data(global_data: GlobalData) -> impl IntoResponse {
let chan = chan.lock();
Channel {
id: chan.id.to_string(),
number: chan.num,
number: chan.num.num(),
}
})
.collect(),