Skip to content

Commit 46f42d6

Browse files
authored
Fixing an invalid return type name (#83)
1 parent 85cf033 commit 46f42d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase-namespace.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class FirebaseNamespace {
301301
}
302302

303303
/* istanbul ignore next */
304-
public storage(): FirebaseServiceFactory {
304+
public storage(): FirebaseServiceInterface {
305305
throw new FirebaseAppError(
306306
AppErrorCodes.INTERNAL_ERROR,
307307
'INTERNAL ASSERT FAILED: Firebase storage() service has not been registered.',

0 commit comments

Comments
 (0)