Skip to content

Commit

Permalink
feat: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MontaGhanmy committed Aug 22, 2023
1 parent 07d08f1 commit 548d8ba
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ export const getAccessLevel = async (
throw Error("Drive item doesn't exist");
}

if (item.creator != context.user.id && isMember) {
return "read";
}

if (await isCompanyApplication(context)) {
return "manage";
}
Expand Down

0 comments on commit 548d8ba

Please sign in to comment.