Skip to content

Commit

Permalink
Fix final type
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 25, 2018
1 parent 788666a commit 46405e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/cloud/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type CloudStatusLoggedIn = CloudStatusBase & {
google_enabled: boolean;
alexa_enabled: boolean;
google_allow_unlock: boolean;
webhooks: { [webhookId: string]: CloudWebhook };
cloudhooks: { [webhookId: string]: CloudWebhook };
};
};

Expand Down

0 comments on commit 46405e2

Please sign in to comment.