fix: update last online with old function

This commit is contained in:
Andras Bacsai
2024-11-08 09:43:46 +01:00
parent e69b0ca1a9
commit a2b6a61c4a
3 changed files with 11 additions and 2 deletions

View File

@@ -1238,7 +1238,7 @@ $schema://$host {
StartSentinel::run($this, true);
}
} catch (\Throwable $e) {
return handleError($e, $this);
return handleError($e);
}
}