show sightings from own client

This commit is contained in:
2025-08-03 10:07:55 +02:00
parent 4d0a69cb12
commit e3fb452b28
5 changed files with 58 additions and 21 deletions

View File

@@ -34,7 +34,6 @@ impl Backend {
},
amount: row.amount,
})
.map(|r| r.into())
.collect()
}
}