Skip to content

Commit 2f7a5fd

Browse files
chore: format
1 parent 5c5f85d commit 2f7a5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/lib/internal/web/firebaseInstallations.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function getId(installations: Installations): Promise<string>;
3838
export function onIdChange(
3939
installations: Installations,
4040
observer: (installationId: string) => void,
41-
onError?: (error: Error) => void
41+
onError?: (error: Error) => void,
4242
): Unsubscribe;
4343

4444
// makeIDBAvailable function - makes IndexedDB available in environments that don't have it

0 commit comments

Comments
 (0)