Skip to content

Commit 1c49cbf

Browse files
committed
Fix import path.
1 parent a281482 commit 1c49cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/client/sync/stream/AbstractStreamingSyncImplementation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
isStreamingSyncCheckpointDiff,
1717
isStreamingSyncData
1818
} from './streaming-sync-types';
19-
import { throttleLeadingTrailing } from 'src/utils/throttle';
19+
import { throttleLeadingTrailing } from '../../../utils/throttle';
2020

2121
export enum LockType {
2222
CRUD = 'crud',

0 commit comments

Comments
 (0)