Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-unleash committed Aug 4, 2022
1 parent b0010c8 commit 4ac1056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function checkForEmptyValues(object?: Object): boolean {
}

export const hasCustomStrategies = (feature: PlaygroundFeatureSchema) => {
return feature.strategies?.data?.find(strategy =>
!DEFAULT_STRATEGIES.includes(strategy.name)
return feature.strategies?.data?.find(
strategy => !DEFAULT_STRATEGIES.includes(strategy.name)
);
};

0 comments on commit 4ac1056

Please sign in to comment.