proper-time-in-notificatoins #453

Merged
philipp merged 2 commits from proper-time-in-notificatoins into main 2024-04-29 09:18:59 +02:00
Showing only changes of commit 08fe779403 - Show all commits

View File

@ -88,8 +88,6 @@ ORDER BY read_at DESC, created_at DESC;
.await
.unwrap();
println!("{rows:#?}");
rows.into_iter()
.map(|rec| Notification {
id: rec.id,