Skip to content

Commit c824b35

Browse files
committedMay 6, 2025
Fixed linting
1 parent 83b84f0 commit c824b35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.changeset/three-singers-wonder.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"@firebase/auth": patch
33
"@firebase/firestore": patch
44
"@firebase/util": patch
5+
"@firebase/database": patch
6+
"@firebase/storage": patch
7+
"@firebase/functions": patch
58
---
69

710
Add Emulator Overlay

‎packages/util/src/emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function updateEmulatorBanner(
198198

199199
emulatorStatus[name] = isRunningEmulator;
200200

201-
function prefixedId(id: string) {
201+
function prefixedId(id: string): string {
202202
return `__firebase__banner__${id}`;
203203
}
204204
const bannerId = '__firebase__banner';

0 commit comments

Comments
 (0)