File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export default class EppoClient implements IEppoClient {
211
211
) ;
212
212
}
213
213
214
- getBoolAssignment (
214
+ public getBoolAssignment (
215
215
flagKey : string ,
216
216
subjectKey : string ,
217
217
subjectAttributes : Record < string , AttributeType > ,
@@ -228,7 +228,7 @@ export default class EppoClient implements IEppoClient {
228
228
) ;
229
229
}
230
230
231
- getIntegerAssignment (
231
+ public getIntegerAssignment (
232
232
flagKey : string ,
233
233
subjectKey : string ,
234
234
subjectAttributes : Record < string , AttributeType > ,
@@ -245,7 +245,7 @@ export default class EppoClient implements IEppoClient {
245
245
) ;
246
246
}
247
247
248
- getNumericAssignment (
248
+ public getNumericAssignment (
249
249
flagKey : string ,
250
250
subjectKey : string ,
251
251
subjectAttributes : Record < string , AttributeType > ,
You can’t perform that action at this time.
0 commit comments