Skip to content

Commit

Permalink
hot fix resubscribing invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Dec 18, 2023
1 parent 57f9897 commit a8cf035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ln/resubscribe_invoices.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { getInvoices } = require('lightning');
const lnd = require('./connect');
const subscribeInvoice = require('./subscribe_invoice');
const { subscribeInvoice } = require('./subscribe_invoice');
const { Order } = require('../models');
const logger = require('../logger');

Expand Down

0 comments on commit a8cf035

Please sign in to comment.