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

Commit 031f9b6

Browse files
committed
Added is throttle flag
1 parent 365e8d4 commit 031f9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/organization-notifications/organization-notifications-directive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
return;
113113
}
114114

115-
if (organization.is_over_hourly_limit === true) {
115+
if (organization.is_throttled === true || organization.is_over_hourly_limit === true) {
116116
vm.hourlyOverageOrganizations.push(organization);
117117
return;
118118
}

0 commit comments

Comments
 (0)