Skip to content

Commit 4300d65

Browse files
committed
fixing circular dependency in the build
1 parent 814e268 commit 4300d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/lite-api/expressions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { vector } from '../api';
1918
import { ParseContext } from '../api/parse_context';
2019
import {
2120
DOCUMENT_KEY_NAME,
@@ -35,6 +34,7 @@ import { isString } from '../util/types';
3534

3635
import { Bytes } from './bytes';
3736
import { documentId as documentIdFieldPath, FieldPath } from './field_path';
37+
import { vector } from './field_value_impl';
3838
import { GeoPoint } from './geo_point';
3939
import { DocumentReference } from './reference';
4040
import { Timestamp } from './timestamp';

0 commit comments

Comments
 (0)