format
This commit is contained in:
parent
2cac36be17
commit
37d2082082
10 changed files with 2 additions and 2 deletions
|
|
@ -256,7 +256,7 @@
|
|||
},
|
||||
createMyExtension(wallet, data) {
|
||||
LNbits.api
|
||||
.request('POST', '/myextension/api/v1/temps', wallet.inkey, data)
|
||||
.request('POST', '/myextension/api/v1/temps', wallet.adminkey, data)
|
||||
.then(response => {
|
||||
this.temps.push(mapMyExtension(response.data))
|
||||
this.closeFormDialog()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue