Skip to content

Commit e61c657

Browse files
committed
Fixed linting
1 parent c282b7c commit e61c657

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { isCloudWorkstation } from '@firebase/util';
19-
2018
import { Token } from '../../api/credentials';
2119
import { Stream } from '../../remote/connection';
2220
import { RestConnection } from '../../remote/rest_connection';

packages/firestore/src/remote/rest_connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
import { isCloudWorkstation } from '@firebase/util';
19+
1920
import { SDK_VERSION } from '../../src/core/version';
2021
import { Token } from '../api/credentials';
2122
import {

0 commit comments

Comments
 (0)