File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages-exp/auth-compat-exp/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ import { ReverseWrapper, Wrapper } from './wrap';
3939const _assert : typeof exp . _assert = exp . _assert ;
4040
4141export class Auth
42- implements compat . FirebaseAuth , Wrapper < exp . Auth > , _FirebaseService {
42+ implements compat . FirebaseAuth , Wrapper < exp . Auth > , _FirebaseService
43+ {
4344 readonly _delegate : exp . AuthImpl ;
4445
4546 constructor ( readonly app : FirebaseApp , provider : Provider < 'auth-exp' > ) {
@@ -354,7 +355,7 @@ export class Auth
354355 return this . _delegate . _delete ( ) ;
355356 }
356357 private linkUnderlyingAuth ( ) : void {
357- ( ( this . _delegate as unknown ) as ReverseWrapper < Auth > ) . wrapped = ( ) => this ;
358+ ( this . _delegate as unknown as ReverseWrapper < Auth > ) . wrapped = ( ) => this ;
358359 }
359360}
360361
You can’t perform that action at this time.
0 commit comments