Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrya committed Oct 26, 2024
1 parent b2dd238 commit 4567844
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bot/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ const cancelAddInvoice = async (ctx, order, job) => {
sellerUser,
order,
i18nCtx
);
const i18nCtxBuyer = await getUserI18nContext(buyerUser);
);
await messages.counterPartyCancelOrderMessage(
ctx,
buyerUser,
Expand Down Expand Up @@ -462,8 +461,7 @@ const cancelShowHoldInvoice = async (ctx, order, job) => {
buyerUser,
order,
i18nCtx
);
const i18nCtxSeller = await getUserI18nContext(sellerUser);
);
await messages.counterPartyCancelOrderMessage(
ctx,
sellerUser,
Expand Down

0 comments on commit 4567844

Please sign in to comment.