Skip to content

Commit d9e50bb

Browse files
committed
Add missing semicolon
1 parent e6047f6 commit d9e50bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/webconfig/js/wizards/LedDevice_philipshue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const philipshueWizard = (() => {
384384
isAPIv2Ready = res.info.isAPIv2Ready;
385385
isEntertainmentReady = res.info.isEntertainmentReady;
386386

387-
ledDeviceProperties.isAPIv2Ready = isAPIv2Ready
387+
ledDeviceProperties.isAPIv2Ready = isAPIv2Ready;
388388
ledDeviceProperties.isEntertainmentReady = isEntertainmentReady;
389389
setLedDeviceProperty(ledType, key, username, ledDeviceProperties);
390390

0 commit comments

Comments
 (0)