Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielolivrp committed Apr 25, 2024
1 parent 3712229 commit 91e04d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/service/whatsapp_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func (w *whatsAppService) GetInstance(instanceID string) (*whatsapp.Instance, er
switch event {
case "code":
{
instance.QrCodeRateLimit -= 1
err = w.accountService.UpdateAccount(instanceID, map[string]interface{}{
"QrCode": code,
"Status": "UNPAIRED",
Expand Down

0 comments on commit 91e04d0

Please sign in to comment.