remove unnecessary .into
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -369,7 +369,7 @@ pub fn list_tasks(
|
||||
|
||||
rpcenv["total"] = Value::from(count);
|
||||
|
||||
Ok(result.into())
|
||||
Ok(result)
|
||||
}
|
||||
|
||||
#[sortable]
|
||||
|
Reference in New Issue
Block a user