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();