Skip to content

Commit

Permalink
Update start.ts
Browse files Browse the repository at this point in the history
Alow /setinvoice wizard in status Frozen
  • Loading branch information
Catrya committed May 13, 2024
1 parent 6ee4368 commit 4d16059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const askForConfirmation = async (user: UserDocument, command: string) => {
$and: [
{ buyer_id: user._id },
{ status: 'PAID_HOLD_INVOICE' },
{ status: 'FROZEN' },
]
};
orders = await Order.find(where);
Expand Down

0 comments on commit 4d16059

Please sign in to comment.