mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
consume prototype
This commit is contained in:
parent
beb2187cd6
commit
93ce632b5d
21 changed files with 328 additions and 108 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue