From acfe3f30db265af82cd7092ae6f5eeae2ac76b80 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Fri, 30 Jul 2021 14:06:32 +0530 Subject: [PATCH] Make lint happy Signed-off-by: RMidhunSuresh --- src/matrix/LoginMethod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix/LoginMethod.js b/src/matrix/LoginMethod.js index 0d57499e..51f3754a 100644 --- a/src/matrix/LoginMethod.js +++ b/src/matrix/LoginMethod.js @@ -4,6 +4,7 @@ export class LoginMethod { this._platform = platform; } + // eslint-disable-next-line no-unused-vars async login(hsApi, deviceName) { throw("Not Implemented"); }