Skip to content

Commit c428319

Browse files
committed
Fix more typos.
1 parent b19c9b9 commit c428319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/api/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export function getDatabase(
321321
identifier: url
322322
}) as Database;
323323
const emulator = getDefaultEmulatorHostnameAndPort('database');
324-
if (emulator)
324+
if (emulator) {
325325
connectDatabaseEmulator(db, ...emulator);
326326
}
327327
return db;

0 commit comments

Comments
 (0)