Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krocheck committed May 18, 2024
1 parent 2ebc260 commit 763e5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/lib/Instance/Variable.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class InstanceVariable extends CoreBase {
label = 'custom'
name = name.substring(7)
}

return this.#variableValues[label]?.[name]
}

Expand Down

0 comments on commit 763e5ad

Please sign in to comment.