Skip to content

Commit e35a934

Browse files
authored
Merge pull request #26470 from brave/bsc-fix-skus-unreached
Update NOTREACHED in SKU SDK utils
2 parents b0564aa + ef3351a commit e35a934

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/skus/browser/skus_utils.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ std::string GetDomain(const std::string& prefix,
4444
return prefix + ".brave.software";
4545
}
4646

47-
NOTREACHED_IN_MIGRATION();
48-
49-
return "";
47+
NOTREACHED() << "Unsupported environment: " << environment;
5048
}
5149

5250
std::string GetEnvironmentForDomain(const std::string& domain) {

0 commit comments

Comments
 (0)