File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SplitIO from '../../types/splitio';
44import { ILogger } from '../logger/types' ;
55
66export interface IDependencyMatcherValue {
7- key : SplitIO . SplitKeyObject ,
7+ key : SplitIO . SplitKey ,
88 attributes ?: SplitIO . Attributes
99}
1010
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function sanitizeBoolean(val: any): boolean | undefined {
4141 return undefined ;
4242}
4343
44- function dependencyProcessor ( sanitizedValue : SplitIO . SplitKeyObject , attributes ?: SplitIO . Attributes ) : IDependencyMatcherValue {
44+ function dependencyProcessor ( sanitizedValue : SplitIO . SplitKey , attributes ?: SplitIO . Attributes ) : IDependencyMatcherValue {
4545 return {
4646 key : sanitizedValue ,
4747 attributes
You can’t perform that action at this time.
0 commit comments