Skip to content

Commit

Permalink
fix: disable healthcheck v2 and set new version for update file (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john authored Jul 1, 2024
1 parent 0d84aa7 commit d645e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions controllers/front/apiHealthCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ class ps_EventbusApiHealthCheckModuleFrontController extends AbstractApiControll
*/
public function init()
{
/*
try {
parent::init();
} catch (UnauthorizedException $exception) {
$this->isAuthentifiedCall = false;
}
*/
}

/**
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Upgrade-3.1.0.php → upgrade/Upgrade-3.0.13.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @return bool
*/
function upgrade_module_3_1_0()
function upgrade_module_3_0_13()
{
$db = Db::getInstance();

Expand Down

0 comments on commit d645e0a

Please sign in to comment.