forked from mystiq/hydrogen-web
Make lint happy
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
a53e29767f
commit
acfe3f30db
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export class LoginMethod {
|
||||||
this._platform = platform;
|
this._platform = platform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-unused-vars
|
||||||
async login(hsApi, deviceName) {
|
async login(hsApi, deviceName) {
|
||||||
throw("Not Implemented");
|
throw("Not Implemented");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue