Skip to content

Commit c90744a

Browse files
committed
chore: fix wrong import
Signed-off-by: Lukas Reining <[email protected]>
1 parent 4efd668 commit c90744a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/providers/multi-provider-web/src/lib/multi-provider-web.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import type {
88
Provider,
99
ProviderEmittableEvents,
1010
ProviderMetadata,
11-
TrackingEventDetails} from '@openfeature/web-sdk';
11+
TrackingEventDetails,
12+
} from '@openfeature/web-sdk';
1213
import { MapHookData } from '@openfeature/web-sdk';
1314
import {
1415
DefaultLogger,

0 commit comments

Comments
 (0)