Skip to content

Commit 3c39972

Browse files
committed
remove unchange code
1 parent fe4bda8 commit 3c39972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/Permissions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as SessionUtils from './SessionUtils';
66
const isAccountIDEven = (accountID: number) => accountID % 2 === 0;
77

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

0 commit comments

Comments
 (0)