Skip to content

Commit

Permalink
fix production/staging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver authored and NejcZdovc committed Sep 21, 2018
1 parent 42c00ff commit 48aa41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_rewards/browser/rewards_service_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ RewardsServiceImpl::RewardsServiceImpl(Profile* profile) :
next_timer_id_(0) {
// TODO(bridiver) - production/verbose should
// also be controllable by command line flags
#if defined(IS_OFFICIAL_BUILD)
#if defined(OFFICIAL_BUILD)
ledger::is_production = true;
#else
ledger::is_production = false;
Expand Down

0 comments on commit 48aa41e

Please sign in to comment.