Skip to content

Commit e5a945c

Browse files
committed
Fixed linting
1 parent c553d99 commit e5a945c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/storage/src/api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ export function getStorage(
333333
bucketUrl?: string
334334
): FirebaseStorage {
335335
app = getModularInstance(app);
336+
updateEmulatorBanner('Storage', false);
336337
const storageProvider: Provider<'storage'> = _getProvider(app, STORAGE_TYPE);
337338
const storageInstance = storageProvider.getImmediate({
338339
identifier: bucketUrl

0 commit comments

Comments
 (0)