Fix after merge

This commit is contained in:
Mike Fluff
2019-03-06 11:34:17 +07:00
parent f624ced5ce
commit cb722e1608
2 changed files with 5 additions and 5 deletions

View File

@@ -312,6 +312,7 @@ export class User {
delete invoice.payment_route;
delete invoice.pay_req;
delete invoice.decoded;
result.push(invoice);
}
return result;
}