run prettier
This commit is contained in:
@@ -356,7 +356,7 @@ window.windowMixin = {
|
||||
}
|
||||
this.g.allowedThemes = window.allowedThemes ?? ['bitcoin']
|
||||
|
||||
addEventListener('offline', event => {
|
||||
addEventListener('offline', event => {
|
||||
this.g.offline = true
|
||||
})
|
||||
|
||||
@@ -442,4 +442,4 @@ window.decryptLnurlPayAES = function (success_action, preimage) {
|
||||
let decoder = new TextDecoder('utf-8')
|
||||
return decoder.decode(valueb)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user