Skip to content

Commit

Permalink
updated /ask on & off
Browse files Browse the repository at this point in the history
  • Loading branch information
theofandrich committed Oct 5, 2023
1 parent ba563a2 commit 6653efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/sd-images/SDImagesBotBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ export class SDImagesBotBase {
await sleep(5000 * balancerOperaton.queueNumber || 500)
balancerOperaton = await getOperationById(balancerOperaton.id)
}

console.log(balancerOperaton)
console.log('balancer_id: ', balancerOperaton.id)
return {
queueMessageId: message_id,
balancerOperaton
Expand Down

0 comments on commit 6653efe

Please sign in to comment.