Removed unused adminPing

This commit is contained in:
djmaze 2021-03-14 22:36:39 +01:00
parent 0345050344
commit be3ef15f8e
2 changed files with 0 additions and 13 deletions

View file

@ -221,12 +221,6 @@ class RemoteAdminFetch extends AbstractFetchRemote {
this.defaultRequest(fCallback, 'AdminPasswordUpdate', oData);
}
/**
* @param {?Function} fCallback
*/
adminPing(fCallback) {
this.defaultRequest(fCallback, 'AdminPing');
}
}
export default new RemoteAdminFetch();

View file

@ -216,13 +216,6 @@ trait Admin
return $this->TrueResponse(__FUNCTION__);
}
public function DoAdminPing() : array
{
$this->IsAdminLoggined();
return $this->DefaultResponse(__FUNCTION__, true);
}
public function DoAdminContactsTest() : array
{
$this->IsAdminLoggined();