From f2b6276dddf12b625590542f04d59f0c7444a695 Mon Sep 17 00:00:00 2001 From: Markus Kling Date: Mon, 1 May 2023 15:39:32 +0000 Subject: [PATCH] Types wrong --- src/app/services/homey-api/HomeyAPIService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/homey-api/HomeyAPIService.ts b/src/app/services/homey-api/HomeyAPIService.ts index af4c449d..51445263 100644 --- a/src/app/services/homey-api/HomeyAPIService.ts +++ b/src/app/services/homey-api/HomeyAPIService.ts @@ -22,7 +22,7 @@ export class HomeyAPIService { try { this.logger.debug("Connecting to API"); - //@ts-ignore + // @ts-ignore types wrong this.homeyAPI = await HomeyAPI.createAppAPI({ homey, debug: !__PRODUCTION__ }) as StableHomeyAPI; } catch (e) { this.logger.error(e, "CATASTROPHIC FAILURE **** CANNOT BE HANDELED *****");