Skip to content

Commit

Permalink
last_response_time -> last_check_time (nc_py_api getExApps)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 committed Jul 20, 2023
1 parent 1ba6df2 commit ac6d4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/AppEcosystemV2Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function getExAppsList(bool $extended = false): array {
'name' => $exApp->getName(),
'version' => $exApp->getVersion(),
'enabled' => $exApp->getEnabled(),
'last_response_time' => $exApp->getLastCheckTime(),
'last_check_time' => $exApp->getLastCheckTime(),
'system' => $this->exAppUsersService->exAppUserExists($exApp->getAppid(), ''),
];
}, $exApps);
Expand Down

0 comments on commit ac6d4a5

Please sign in to comment.