Skip to content

Commit

Permalink
some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PClmnt committed Oct 28, 2024
1 parent 931ebde commit b999741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/builder/src/dataBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,6 @@ const getDeviceBindings = () => {
return bindings
}

/**
* Gets all device bindings that are globally available.
*/
export const getSettingBindings = () => {
let bindings = []
const safeSetting = makePropSafe("settings")
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/src/stores/builder/automations.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ const automationActions = store => ({
},

/**
* Get user bindings
* Get settings bindings
*
* @returns {Array<Object>} all available user bindings
* @returns {Array<Object>} all available settings bindings
*/
buildSettingBindings: () => {
return getSettingBindings().map(binding => {
Expand Down

0 comments on commit b999741

Please sign in to comment.