We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942223 commit 19f6b5dCopy full SHA for 19f6b5d
native/cpp/CommonCpp/Tools/StaffUtils.cpp
@@ -2,6 +2,6 @@
2
3
namespace comm {
4
bool StaffUtils::isStaffRelease() {
5
- return true;
+ return false;
6
}
7
} // namespace comm
native/utils/staff-utils.js
@@ -2,7 +2,7 @@
import { useIsCurrentUserStaff } from 'lib/shared/staff-utils.js';
-const isStaffRelease = true;
+const isStaffRelease = false;
function useStaffCanSee(): boolean {
8
const isCurrentUserStaff = useIsCurrentUserStaff();
0 commit comments