File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default class FeatureFlagsService extends Service {
1919 }
2020
2121 get shouldSeeLeaderboard ( ) : boolean {
22- return this . currentUser ?. isStaff || this . getFeatureFlagValue ( 'should-see-leaderboard' ) === 'true ' ;
22+ return this . currentUser ?. isStaff || this . getFeatureFlagValue ( 'should-see-leaderboard' ) === 'test ' ;
2323 }
2424
2525 getFeatureFlagValue ( flagName : string ) : string | null | undefined {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module.exports = function (environment) {
4949
5050 // Update the major version number to force all clients to update.
5151 // The minor version doesn't do anything at the moment, might use in the future.
52- version : `34 .0.${ process . env . VERCEL_GIT_COMMIT_SHA ?. slice ( 0 , 7 ) || 'dev' } ` ,
52+ version : `35 .0.${ process . env . VERCEL_GIT_COMMIT_SHA ?. slice ( 0 , 7 ) || 'dev' } ` ,
5353 } ,
5454 fastboot : {
5555 hostWhitelist : [ / ^ l o c a l h o s t : \d + $ / ] ,
You can’t perform that action at this time.
0 commit comments