From 64c11b04e77f8eb935052f18bf85104ca51ff199 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Wed, 18 Dec 2019 17:37:38 -0800 Subject: [PATCH] wip2 fixed import --- dev/src/write-batch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/src/write-batch.ts b/dev/src/write-batch.ts index 30916f2d2..2dae15609 100644 --- a/dev/src/write-batch.ts +++ b/dev/src/write-batch.ts @@ -16,7 +16,7 @@ import * as assert from 'assert'; -import {google} from '../protos/firestore_proto_api'; +import {google} from '../protos/firestore_v1_proto_api'; import { DocumentMask, DocumentSnapshot,