Skip to content

Commit

Permalink
Fix config errors from refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
istnv committed May 22, 2024
1 parent 27a8cf5 commit 23a4a67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Regex } from '@companion-module/base'

// Return config fields for web config
export function getConfigFields() {
let cf = []
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class BAirInstance extends InstanceBase {

this.PollCount = 30
this.PollTimeout = 25
this.getConfigFields = getConfigFields

buildConstants(this)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "behringer-xair",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 23a4a67

Please sign in to comment.