Skip to content

Commit 69d789c

Browse files
committed
Lint fix.
1 parent 9c010b2 commit 69d789c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

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

1818
import { Token } from '../../api/credentials';
19-
import { DatabaseInfo } from '../../core/database_info';
2019
import { Stream } from '../../remote/connection';
2120
import { RestConnection } from '../../remote/rest_connection';
2221
import { mapCodeFromHttpStatus } from '../../remote/rpc_error';
@@ -28,15 +27,6 @@ import { StringMap } from '../../util/types';
2827
* (e.g. `fetch` or a polyfill).
2928
*/
3029
export class FetchConnection extends RestConnection {
31-
/**
32-
* @param databaseInfo - The connection info.
33-
*/
34-
constructor(
35-
databaseInfo: DatabaseInfo
36-
) {
37-
super(databaseInfo);
38-
}
39-
4030
openStream<Req, Resp>(
4131
rpcName: string,
4232
token: Token | null

0 commit comments

Comments
 (0)