Skip to content

Commit

Permalink
Update TooManyRequestsException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Oct 27, 2023
1 parent bb24234 commit cd03c0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Exceptions/TooManyRequestsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public function __construct(
public $method,
public $ip,
public $secondsUntilAvailable,
public $component = null,
) {
$this->minutesUntilAvailable = ceil($this->secondsUntilAvailable / 60);

Expand All @@ -23,7 +22,6 @@ public function __construct(
$this->method,
$this->component,
$this->secondsUntilAvailable,
$this->component,
));
}
}

0 comments on commit cd03c0f

Please sign in to comment.