fix: remove unnecessary whitespace in webln.js

This commit is contained in:
fsociety
2024-09-10 21:54:59 +02:00
parent 7276411f80
commit 1f109ac2dd

View File

@@ -35,7 +35,6 @@ export default (livewireComponent) => ({
this.$wire.call('logThis', 'Payment failed: ' + error); this.$wire.call('logThis', 'Payment failed: ' + error);
this.$wire.call('reloadMe'); this.$wire.call('reloadMe');
}); });
}, },
async init() { async init() {