Skip to content

Commit

Permalink
chore(lint): remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed May 10, 2024
1 parent bd512ab commit fc54461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/state/state-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const initStateManagerFromHue = async () => {
"relative_rotary",
"temperature",
"zgp_connectivity",
"zigbee_connectivity",
"zigbee_connectivity"
]) {
const resources = await loadTyped(typeName)
if (resources) {
Expand Down

0 comments on commit fc54461

Please sign in to comment.