src/api2/admin/datastore.rs: remove prune parameters from status call

Not idea why they are added there.
This commit is contained in:
Dietmar Maurer 2019-12-06 12:32:53 +01:00
parent 9e3f008804
commit 1a0678b601
1 changed files with 2 additions and 2 deletions

View File

@ -273,9 +273,9 @@ const API_METHOD_STATUS: ApiMethod = ApiMethod::new(
&ApiHandler::Sync(&status),
&ObjectSchema::new(
"Get datastore status.",
&add_common_prune_prameters!([],[
&[
("store", false, &StringSchema::new("Datastore name.").schema()),
]),
],
)
);