Skip to content

Commit 631ff40

Browse files
Update shim.ts
1 parent cb8082c commit 631ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/exp/test/shim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import { UntypedFirestoreDataConverter } from '../../src/api/user_data_reader';
6060
import { isPartialObserver, PartialObserver } from '../../src/api/observer';
6161
import { isPlainObject } from '../../src/util/input_validation';
6262

63-
export { GeoPoint, Blob, Timestamp } from '../../exp/index.node';
63+
export { GeoPoint, Blob, Timestamp } from '../index.node';
6464

6565
/* eslint-disable @typescript-eslint/no-explicit-any */
6666

0 commit comments

Comments
 (0)