Skip to content

Commit 22c62e9

Browse files
committed
Fix type mistakes
1 parent 116d21b commit 22c62e9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/storage/src/reference.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
formatValidator,
2929
dataFromString
3030
} from './implementation/string';
31-
import * as type from './implementation/type';
3231
import { Metadata } from './metadata';
3332
import { StorageService } from './service';
3433
import { ListOptions, ListResult } from './list';

packages/storage/test/unit/testshared.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { expect } from 'chai';
1818
import { FirebaseApp } from '@firebase/app-types';
1919
import * as constants from '../../src/implementation/constants';
2020
import { Code, FirebaseStorageError } from '../../src/implementation/error';
21-
import * as type from '../../src/implementation/type';
2221
import { Headers, XhrIo } from '../../src/implementation/xhrio';
2322
import { XhrIoPool } from '../../src/implementation/xhriopool';
2423
import { SendHook, StringHeaders, TestingXhrIo } from './xhrio';

packages/storage/test/unit/xhrio.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import * as type from '../../src/implementation/type';
1817
import { ErrorCode, Headers, XhrIo } from '../../src/implementation/xhrio';
1918
import { FirebaseStorageError, Code } from '../../src/implementation/error';
2019

0 commit comments

Comments
 (0)