Timshel
13 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
src/api/core/organizations.rs
|
|
|
@ -2057,8 +2057,6 @@ async fn get_policy(org_id: OrganizationId, pol_type: i32, headers: AdminHeaders |
|
|
|
#[derive(Deserialize)] |
|
|
|
struct PolicyData { |
|
|
|
enabled: bool, |
|
|
|
#[serde(rename = "type")] |
|
|
|
_type: i32, |
|
|
|
data: Option<Value>, |
|
|
|
} |
|
|
|
|
|
|
|
|