Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
fix releasing of account
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 committed Oct 4, 2023
1 parent ddb0676 commit 6f53922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func handleGetAccount(c *gin.Context, req ControllerBody, workerState *worker.St
account = accountManager.GetNextAccount(accounts.SelectLevel30)
}
} else {
accountManager.ReleaseAccount(workerState.Username)
account = accountManager.GetNextAccount(accounts.SelectLevel30)
}

Expand Down

0 comments on commit 6f53922

Please sign in to comment.