Skip to content

Commit 6b29cfe

Browse files
committed
chore: fix wrong import
Signed-off-by: Lukas Reining <[email protected]>
1 parent 9f2ca32 commit 6b29cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/open-telemetry/src/lib/traces/tracing-hook.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { EvaluationDetails, HookContext} from '@openfeature/server-sdk';
1+
import type { EvaluationDetails, HookContext } from '@openfeature/server-sdk';
22
import { MapHookData } from '@openfeature/server-sdk';
33

44
const addEvent = jest.fn();

0 commit comments

Comments
 (0)