Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Nov 26, 2024
1 parent 7b8370e commit ce6035b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@implementation FLTAuthStateChannelStreamHandler {
FIRAuth *_auth;
FIRAuthStateDidChangeListenerHandle *_listener;
FIRAuthStateDidChangeListenerHandle _listener;
}

- (instancetype)initWithAuth:(FIRAuth *)auth {
Expand Down

0 comments on commit ce6035b

Please sign in to comment.