Skip to content

Commit

Permalink
fix: minor fix to change Options key to never where it wouldn't exist…
Browse files Browse the repository at this point in the history
… anyway
  • Loading branch information
KevinGhadyani-Okta committed Aug 27, 2024
1 parent 40fb286 commit 101c196
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export const querySelector =
LocalFeatureTestSelector extends FeatureSelector
? LocalFeatureTestSelector["feature"][FeatureName] extends TestSelector
? keyof LocalFeatureTestSelector["feature"][FeatureName]["selector"]["options"]
: string
: string,
: never
: never,
string | RegExp
>;

Expand Down

0 comments on commit 101c196

Please sign in to comment.