Skip to content

Commit

Permalink
fix: add init method to api healthcheck (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john authored May 15, 2024
1 parent 62f2be3 commit 0832973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions controllers/front/apiHealthCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ class ps_EventbusApiHealthCheckModuleFrontController extends AbstractApiControll
{
public $type = Config::COLLECTION_SHOPS;

/**
* Override default method from AbstractApiController: skip jobId verification
*
* @return void
*/
public function init()
{
}

/**
* @return void
*
Expand Down

0 comments on commit 0832973

Please sign in to comment.