We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c306925 commit 11bc150Copy full SHA for 11bc150
packages/app/src/firebaseServerApp.ts
@@ -82,7 +82,7 @@ export class FirebaseServerAppImpl
82
return this._refCount;
83
}
84
85
- incRefCount(obj: object | undefined) : void {
+ incRefCount(obj: object | undefined): void {
86
if (this.isDeleted) {
87
return;
88
0 commit comments