This commit is contained in:
JMARyA 2024-09-03 11:16:45 +02:00
parent f7fac9aec8
commit d70dabc271
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 47 additions and 4 deletions

View file

@ -35,7 +35,6 @@ impl Validate for Location {
impl ToAPI for Location {
async fn api(&self) -> serde_json::Value {
json!({
"id": self._id,
"name": self.name,
"parent": self.parent,
"conditions": self.conditions