Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee committed Mar 29, 2020
1 parent df48a25 commit 39b12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/properties/spotifyuser-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class SpotifyuserProperty extends Property {
super(device, 'spotifyuser', {
label: device.adapter.config.emojis ? '👤' : 'User',
type: 'string',
readOnly: true
readOnly: true,
});
}

Expand Down

0 comments on commit 39b12df

Please sign in to comment.