mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update crates api
This commit is contained in:
parent
f4416c7af9
commit
d512e94db1
2 changed files with 11 additions and 21 deletions
|
|
@ -151,7 +151,7 @@ pub fn select(
|
|||
//profile_id: row.get(1)?,
|
||||
opened: Event {
|
||||
time: DateTime::from_unix_local(row.get(2)?).unwrap(),
|
||||
count: row.get(3)?,
|
||||
count: row.get::<_, i64>(3)? as usize,
|
||||
},
|
||||
closed: closed(row.get(4)?, row.get(5)?),
|
||||
request: row.get::<_, String>(6)?.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue