Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick Schaus <github@schaus.net>
  • Loading branch information
ghys authored Jul 2, 2023
1 parent 806f1e8 commit 960a8e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default {
created () {
this.smartSelectParams.closeOnSelect = !(this.multiple)
this.$oh.api.get('/rest/rules?staticDataOnly=true').then((data) => {
this.$oh.api.get('/rest/rules?summary=true').then((data) => {
this.scenes = data.filter((r) => r.tags.indexOf('Scene') >= 0).sort((a, b) => {
const labelA = a.name
const labelB = b.name
Expand Down

0 comments on commit 960a8e8

Please sign in to comment.