Skip to content

Commit

Permalink
Fix a this/self typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored May 13, 2024
1 parent e2a9d3b commit 38f0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class BlackmagicSmartviewInstance extends InstanceBase {
}

if (target && target.port === undefined) {
self.log('info', 'Setting port to default')
this.log('info', 'Setting port to default')
target.port = 9992
}

Expand Down

0 comments on commit 38f0d93

Please sign in to comment.