feat: code quality (#59)

* feat: code quality
* fixup!
This commit is contained in:
dni ⚡ 2024-08-05 11:49:50 +02:00 committed by GitHub
commit badc420069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 3048 additions and 212 deletions

View file

@ -25,7 +25,7 @@ new Vue({
el: '#vue',
mixins: [windowMixin],
computed: {
endpoint: function() {
endpoint: function () {
return `/lnurlp/api/v1/settings?usr=${this.g.user.id}`
}
},
@ -33,9 +33,9 @@ new Vue({
return {
settings: [
{
"type": "str",
"description": "Nostr private key used to zap",
"name": "nostr_private_key",
type: 'str',
description: 'Nostr private key used to zap',
name: 'nostr_private_key'
}
],
domain: window.location.host,