Stefan Melmuk
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/db/models/org_policy.rs
|
|
@ -91,6 +91,7 @@ impl OrgPolicy { |
|
|
"type": self.atype, |
|
|
"type": self.atype, |
|
|
"data": data_json, |
|
|
"data": data_json, |
|
|
"enabled": self.enabled, |
|
|
"enabled": self.enabled, |
|
|
|
|
|
"revisionDate": null, |
|
|
"object": "policy", |
|
|
"object": "policy", |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|