Skip to content

Commit

Permalink
Merge pull request #26470 from brave/bsc-fix-skus-unreached
Browse files Browse the repository at this point in the history
Update NOTREACHED in SKU SDK utils
  • Loading branch information
bsclifton authored Nov 11, 2024
2 parents b0564aa + ef3351a commit e35a934
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/skus/browser/skus_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ std::string GetDomain(const std::string& prefix,
return prefix + ".brave.software";
}

NOTREACHED_IN_MIGRATION();

return "";
NOTREACHED() << "Unsupported environment: " << environment;
}

std::string GetEnvironmentForDomain(const std::string& domain) {
Expand Down

0 comments on commit e35a934

Please sign in to comment.