Merge pull request #43 from witelgroup/feature/WebserviceMission

change stracture form listener for fms webservice
This commit is contained in:
Amir Ghasempoor
2025-09-22 16:13:08 +03:30
committed by GitHub
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);