chore: code format

This commit is contained in:
Vlad Stan 2023-03-15 21:17:51 +02:00
parent 16b9d93dca
commit 5e313c0282
2 changed files with 1 additions and 3 deletions

View file

@ -131,7 +131,6 @@ async function relayDetails(path) {
this.inkey this.inkey
) )
this.relay = data this.relay = data
} catch (error) { } catch (error) {
LNbits.utils.notifyApiError(error) LNbits.utils.notifyApiError(error)
} }

View file

@ -243,8 +243,7 @@
} }
} }
}, },
created: function () { created: function () {}
}
}) })
</script> </script>
{% endblock %} {% endblock %}