Make lint happy

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-30 14:06:32 +05:30
parent a53e29767f
commit acfe3f30db

View file

@ -4,6 +4,7 @@ export class LoginMethod {
this._platform = platform;
}
// eslint-disable-next-line no-unused-vars
async login(hsApi, deviceName) {
throw("Not Implemented");
}