diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index 6aaa2a7d..def2ba9e 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -150,7 +150,8 @@ self.connection.send('') self.counter++ if (self.counter % 20 === 0) { - self.getPrice + this.getPrice + console.log('test') } }, 1000) }, 2000)