Skip to content

Commit 19f6b5d

Browse files
committed
Revert "[native] Temporary changes for staff release"
This reverts commit 6a8c8c0.
1 parent 5942223 commit 19f6b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)