Skip to content

Commit 3a0a68b

Browse files
author
Luca Forstner
committed
rm circ dep
1 parent 89b4c0c commit 3a0a68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/serverrequestsession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { startSession } from '..';
21
import { getIsolationScope } from '../currentScopes';
2+
import { startSession } from '../exports';
33
import { defineIntegration } from '../integration';
44

55
export const serverRequestSessionIntegration = defineIntegration(() => {

0 commit comments

Comments
 (0)