work
This commit is contained in:
parent
f7fac9aec8
commit
d70dabc271
3 changed files with 47 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue