File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default class EppoPrecomputedClient {
67
67
public setDecodedFlagKeySalt ( salt : string ) {
68
68
this . decodedFlagKeySalt = salt ;
69
69
}
70
- // Individual methods for single responsibility
70
+
71
71
public setPrecomputedFlagsRequestParameters ( parameters : PrecomputedFlagsRequestParameters ) {
72
72
this . precomputedFlagsRequestParameters = parameters ;
73
73
}
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ export type BasePrecomputedFlag = {
155
155
export interface PrecomputedFlag extends BasePrecomputedFlag {
156
156
variationValue : string ;
157
157
}
158
+
158
159
export interface DecodedPrecomputedFlag extends BasePrecomputedFlag {
159
160
variationValue : Variation [ 'value' ] ;
160
161
}
You can’t perform that action at this time.
0 commit comments