File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
libs/providers/multi-provider-web/src/lib Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import type {
88 Provider ,
99 ProviderEmittableEvents ,
1010 ProviderMetadata ,
11- TrackingEventDetails ,
12- } from '@openfeature/web-sdk' ;
11+ TrackingEventDetails } from '@openfeature/web-sdk' ;
12+ import { MapHookData } from '@openfeature/web-sdk' ;
1313import {
1414 DefaultLogger ,
1515 ErrorCode ,
@@ -21,7 +21,6 @@ import {
2121import { FirstMatchStrategy } from './strategies/FirstMatchStrategy' ;
2222import { FirstSuccessfulStrategy } from './strategies/FirstSuccessfulStrategy' ;
2323import { ComparisonStrategy } from './strategies/ComparisonStrategy' ;
24- import { MapHookData } from '@openfeature/server-sdk' ;
2524
2625class TestProvider implements Provider {
2726 public metadata : ProviderMetadata = {
You can’t perform that action at this time.
0 commit comments