Skip to content

Commit f720a1a

Browse files
committed
Revert "[native] Temporary changes for staff release"
This reverts commit 882df68.
1 parent 18764cf commit f720a1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

native/cpp/CommonCpp/Tools/StaffUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace comm {
44
bool StaffUtils::isStaffRelease() {
5-
return true;
5+
return false;
66
}
77
} // namespace comm

native/utils/staff-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
const isStaffRelease = true;
5+
const isStaffRelease = false;
66

77
function useStaffCanSee(): boolean {
88
const isCurrentUserStaff = useIsCurrentUserStaff();

0 commit comments

Comments
 (0)