Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Dec 24, 2021
1 parent 660589c commit e5f4ca7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backends/cln-base/cln-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { EInvoiceStatus } from '../../enums'
import { IPaymentSent, IInvoiceDecode, IInvoiceCreated, IListInvoices, IListedInvoice } from '.'

export default abstract class ClnBase extends Backend {
constructor () {
super()
}

public async createInvoice (invoice: ICreateInvoice): Promise<IInvoice> {
const amountMsat = invoice.amountMsats !== undefined ? invoice.amountMsats : invoice.amount * 1000
const label = invoice.label !== undefined ? invoice.label : generateUUID()
Expand Down

0 comments on commit e5f4ca7

Please sign in to comment.