Skip to content

Commit

Permalink
fix: no more apisix
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Mar 26, 2024
1 parent c9d174c commit a169f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/indexer/l2/indexer_billing.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (s *server) indexBillingTokensDepositedLog(ctx context.Context, header *typ
// Try to resume anyway
err = s.controlClient.ResumeAccount(ctx, billingTokensDepositedEvent.User.Hex())
if err != nil {
return fmt.Errorf("resume account in apisix: %w", err)
return fmt.Errorf("resume account in control: %w", err)
}
}

Expand Down

0 comments on commit a169f87

Please sign in to comment.