Skip to content

Commit

Permalink
[native] Temporary changes for staff release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 19, 2024
1 parent 718cbf2 commit 0c81546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/cpp/CommonCpp/Tools/StaffUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace comm {
bool StaffUtils::isStaffRelease() {
return false;
return true;
}
} // namespace comm
2 changes: 1 addition & 1 deletion native/utils/staff-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { useIsCurrentUserStaff } from 'lib/shared/staff-utils.js';

const isStaffRelease = false;
const isStaffRelease = true;

function useStaffCanSee(): boolean {
const isCurrentUserStaff = useIsCurrentUserStaff();
Expand Down

0 comments on commit 0c81546

Please sign in to comment.