Skip to content

Commit

Permalink
Remove non used element from require
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Sep 2, 2024
1 parent 5518253 commit 441a1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ln/subscribe_invoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const messages = require('../bot/messages');
const ordersActions = require('../bot/ordersActions');
const { getUserI18nContext, getEmojiRate, decimalRound } = require('../util');
const { logger } = require('../logger');
const OrderEvents = require('../bot/modules/events/orders');

const subscribeInvoice = async (bot, id, resub) => {
try {
Expand Down

0 comments on commit 441a1b9

Please sign in to comment.