Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- backup-2
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/backup/backup-handler.js | ||
---|---|---|
23–58 | Identification changes later in the stack |
native/backup/backup-handler.js | ||
---|---|---|
39 | This code won't be ever executed for non-staff users, it's gated on staffCanSee (see line 24). But I can use useStaffAlert here to point out that this is staff-specific |
native/backup/backup-handler.js | ||
---|---|---|
39 | By looking at the difference between useStaffCanSee and useIsCurrentUserStaff, the latter has a check for isDev too, and so does the useStaffAlert. Shouldn't we de-dupe them somehow? |