Merge branch 'master' into StreamerCopilot

This commit is contained in:
Ben Arc
2021-06-24 01:32:26 +01:00
5 changed files with 22 additions and 20 deletions
@@ -317,9 +317,8 @@
.then(function (response) {
self.tickets = response.data
.map(function (obj) {
if (obj.paid){
if (!obj?.paid) return
return mapLNTicket(obj)
}
})
.filter(v => v)
})