Skip to content

Commit b19c9b9

Browse files
committed
Fix typo.
1 parent 780a6e4 commit b19c9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export function getStorage(
335335
identifier: bucketUrl
336336
});
337337
const emulator = getDefaultEmulatorHostnameAndPort('storage');
338-
if () {
338+
if (emulator) {
339339
connectStorageEmulator(storageInstance, ...emulator);
340340
}
341341
return storageInstance;

0 commit comments

Comments
 (0)