Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dormin committed Dec 18, 2019
1 parent 4388bb7 commit fdca64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RiskifiedBeacon.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
/**
Entry point, should be called at the end of applicationDidFinishLaunching:
@param shopName The Riskified account name (shop.com)
@param term Regular expression to limit reporting to a specific domain
@param token The initial session's unique identifier
@param debugInfo Controls debug logging to NSLog
@param debug Controls debug logging to NSLog
*/
+ (void)startBeacon:(NSString *)shopName sessionToken:(NSString *)token debugInfo:(BOOL)enabled;
+ (void)startBeacon:(NSString *)shopName sessionToken:(NSString *)token debugInfo:(BOOL)debug;

/**
Updates that the user has begun a new browsing session
Expand Down
Binary file modified libriskifiedbeacon.a
Binary file not shown.

0 comments on commit fdca64d

Please sign in to comment.