Skip to content

Commit

Permalink
remove hard code
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Dec 11, 2023
1 parent 76be3a5 commit f1d598e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import CONST from '@src/CONST';
import Beta from '@src/types/onyx/Beta';

function canUseAllBetas(betas: OnyxEntry<Beta[]>): boolean {
return true;
return !!betas?.includes(CONST.BETAS.ALL);
}

Expand Down

0 comments on commit f1d598e

Please sign in to comment.