Skip to content

Commit acb9416

Browse files
Fix Firestore compile
1 parent 0b385f1 commit acb9416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface ErrorData {
7373
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types
7474
export class FirebaseError extends Error {
7575
/** The custom name for all FirebaseErrors. */
76-
readonly name = ERROR_NAME;
76+
readonly name : string = ERROR_NAME;
7777

7878
constructor(
7979
/** The error code for this error. */

0 commit comments

Comments
 (0)