Skip to content

Commit

Permalink
chore: fix alias api in RSClient.h
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Dec 9, 2024
1 parent f8b1e87 commit 58c93b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Classes/Headers/Public/RSClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ typedef void (^Callback)(NSObject *_Nullable);
- (void) group:(NSString *)groupId traits:(NSDictionary<NSString*, id>*)traits;
- (void) group:(NSString *)groupId;

- (void) alias:(NSString *)newId options previousId:(NSString * _Nullable)previousId options:(RSOption * _Nullable);
- (void) alias:(NSString *)newId previousId:(NSString * _Nullable)previousId options:(RSOption * _Nullable) options;
- (void) alias:(NSString *)newId options:(RSOption * _Nullable) options;
- (void) alias:(NSString *)newId;

Expand Down

0 comments on commit 58c93b1

Please sign in to comment.