File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/platform/browser_lite Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 13
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
- */ import * as nodeFetch from 'node-fetch' ;
16
+ */
17
17
18
18
import { Token } from '../../api/credentials' ;
19
19
import { Stream } from '../../remote/connection' ;
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import { RestConnection } from '../../../src/remote/rest_connection';
22
22
import { Token } from '../../../src/api/credentials' ;
23
23
import { StringMap } from '../../../src/util/types' ;
24
24
import { Code , FirestoreError } from '../../../src/util/error' ;
25
- import { fail } from '../../../src/util/assert' ;
26
25
import { User } from '../../../src/auth/user' ;
27
26
import { SDK_VERSION } from '../../../src/core/version' ;
28
27
import { Indexable } from '../../../src/util/misc' ;
You can’t perform that action at this time.
0 commit comments