Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
aarons22 committed Nov 28, 2023
1 parent 8ab8fea commit 17d21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class FlameService {
subType?: string) {
const device: Device = accessory.context.device;

let service: Service | undefined
let service: Service | undefined;
// If the device has a flame, treat it as a Lightbulb
if (Device.FPhasFlame(device)) {
service = accessory.getService(platform.Service.Lightbulb);
Expand Down

0 comments on commit 17d21f3

Please sign in to comment.