Skip to content

Commit 3ea3327

Browse files
Lint
1 parent c02e623 commit 3ea3327

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/src/platform/browser_lite/fetch_connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
16-
*/import * as nodeFetch from 'node-fetch';
16+
*/
1717

1818
import { Token } from '../../api/credentials';
1919
import { Stream } from '../../remote/connection';

packages/firestore/test/unit/remote/rest_connection.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { RestConnection } from '../../../src/remote/rest_connection';
2222
import { Token } from '../../../src/api/credentials';
2323
import { StringMap } from '../../../src/util/types';
2424
import { Code, FirestoreError } from '../../../src/util/error';
25-
import { fail } from '../../../src/util/assert';
2625
import { User } from '../../../src/auth/user';
2726
import { SDK_VERSION } from '../../../src/core/version';
2827
import { Indexable } from '../../../src/util/misc';

0 commit comments

Comments
 (0)