Skip to content

Commit

Permalink
Types wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kling committed May 1, 2023
1 parent 203bd4d commit f2b6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/homey-api/HomeyAPIService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 *****");
Expand Down

0 comments on commit f2b6276

Please sign in to comment.