From 38f0d9314c860e2246444b6e0496cf9e67f19070 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 13 May 2024 11:28:44 +0100 Subject: [PATCH] Fix a this/self typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 9377cb3..b41238e 100644 --- a/src/index.js +++ b/src/index.js @@ -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 }