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

Commit

Permalink
Added is throttle flag
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 12, 2022
1 parent 365e8d4 commit 031f9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
return;
}

if (organization.is_over_hourly_limit === true) {
if (organization.is_throttled === true || organization.is_over_hourly_limit === true) {
vm.hourlyOverageOrganizations.push(organization);
return;
}
Expand Down

0 comments on commit 031f9b6

Please sign in to comment.