mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
fix: lint
This commit is contained in:
@@ -197,7 +197,7 @@ describe('auth()', () => {
|
||||
next(user) {
|
||||
// Test this access
|
||||
this.onNext();
|
||||
this.user = user
|
||||
this.user = user;
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user