Skip to content

Commit 0323d7f

Browse files
Update static/gsApp/hooks/useMetricDetectorLimit.tsx
Co-authored-by: Malachi Willey <malwilley@gmail.com>
1 parent 2f863e9 commit 0323d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/gsApp/hooks/useMetricDetectorLimit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ERROR_COUNT = -1;
1717
export function useMetricDetectorLimit(): MetricDetectorLimitResponse {
1818
const organization = useOrganization();
1919
const subscription = useSubscription();
20-
const has_flag = organization.features.includes(
20+
const hasFlag = organization.features.includes(
2121
'workflow-engine-metric-detector-limit'
2222
);
2323

0 commit comments

Comments
 (0)