Skip to content

Commit

Permalink
iOS build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed May 15, 2020
1 parent 488bf9a commit 6f08349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/brave-ios/Ledger/BATBraveLedger.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ NS_SWIFT_NAME(BraveLedger)
/// Whether or not brave rewards is enabled
@property (nonatomic, assign, getter=isEnabled) BOOL enabled;
/// The number of seconds before a publisher is added.
@property (nonatomic, assign) UInt64 minimumVisitDuration;
@property (nonatomic, assign) int minimumVisitDuration;
/// The minimum number of visits before a publisher is added
@property (nonatomic, assign) UInt32 minimumNumberOfVisits;
@property (nonatomic, assign) int minimumNumberOfVisits;
/// Whether or not to allow auto contributions to unverified publishers
@property (nonatomic, assign) BOOL allowUnverifiedPublishers;
/// Whether or not to allow auto contributions to videos
Expand Down

0 comments on commit 6f08349

Please sign in to comment.