Skip to content

Commit 7f850fc

Browse files
committed
Remove unneeded changes
1 parent 27c203a commit 7f850fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ export class AuthImpl implements AuthInternal, _FirebaseService {
845845
}
846846

847847
async _getAppCheckToken(): Promise<string | undefined> {
848-
// @ts-ignore
849848
if (_isFirebaseServerApp(this.app) && this.app.settings.appCheckToken) {
850849
return this.app.settings.appCheckToken;
851850
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "../../config/api-extractor.json",
33
// Point it to your entry point d.ts file.
4-
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
4+
"mainEntryPointFilePath": "<projectFolder>/dist/rules-unit-testing/index.d.ts"
55
}

0 commit comments

Comments
 (0)