Skip to content

Commit

Permalink
Fix iOS Build (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoggs authored Jun 17, 2022
1 parent 1f99933 commit f651d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNSpotifyRemoteAppRemote.m
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ -(void)stopObserving {

-(void)sendEvent:(NSString*)event args:(NSArray*)args
{
[self sendEventWithName:@event body:@args];
[self sendEventWithName:event body:args];
}

@end
Expand Down

0 comments on commit f651d65

Please sign in to comment.