Skip to content

Commit

Permalink
Revert "[native] Temporary changes for staff release"
Browse files Browse the repository at this point in the history
This reverts commit 0c81546.
  • Loading branch information
Ashoat committed Sep 19, 2024
1 parent cce7521 commit 6b1993c
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 true;
return false;
}
} // 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 = true;
const isStaffRelease = false;

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

0 comments on commit 6b1993c

Please sign in to comment.