Skip to content

Commit 6fe859b

Browse files
committed
chore: lint
1 parent bd1dd1d commit 6fe859b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/functions/server/getRelevantGuidedSteps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function getStepWithStatus(
141141
export function isEligibleForStep(
142142
data: StepDeterminationData,
143143
stepId: StepLink["id"],
144-
_enabledFeatureFlags?: FeatureFlagName[],
144+
enabledFeatureFlags?: FeatureFlagName[],
145145
): boolean {
146146
// Only premium users can see the manual data broker removal flow, once they have run a scan
147147
if (stepId === "Scan") {

0 commit comments

Comments
 (0)