change stracture form listener for fms webservice

This commit is contained in:
2025-09-22 16:05:05 +03:30
parent f989270246
commit 4916d16886
2 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ class GetErrorRateService
$inputData = $this->inputParameters + array(
"username" => $this->username,
"password" => $this->password,
"minStopDuration" => 1,
);
return json_encode($inputData);