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';
39
39
const _assert : typeof exp . _assert = exp . _assert ;
40
40
41
41
export class Auth
42
- implements compat . FirebaseAuth , Wrapper < exp . Auth > , _FirebaseService {
42
+ implements compat . FirebaseAuth , Wrapper < exp . Auth > , _FirebaseService
43
+ {
43
44
readonly _delegate : exp . AuthImpl ;
44
45
45
46
constructor ( readonly app : FirebaseApp , provider : Provider < 'auth-exp' > ) {
@@ -354,7 +355,7 @@ export class Auth
354
355
return this . _delegate . _delete ( ) ;
355
356
}
356
357
private linkUnderlyingAuth ( ) : void {
357
- ( ( this . _delegate as unknown ) as ReverseWrapper < Auth > ) . wrapped = ( ) => this ;
358
+ ( this . _delegate as unknown as ReverseWrapper < Auth > ) . wrapped = ( ) => this ;
358
359
}
359
360
}
360
361
You can’t perform that action at this time.
0 commit comments