[create-pull-request] push formatted files

This commit is contained in:
Flexla54
2022-06-09 16:23:54 +02:00
committed by La_Felx
parent 418a26b3dd
commit 44a98a8312
3 changed files with 6 additions and 7 deletions
+1 -5
View File
@@ -44,11 +44,7 @@ const returnedParticipant = {
},
} as const;
const _getAllParticipants = async (
res: Response,
req: Request,
teamPid?: string
) => {
const _getAllParticipants = async (res: Response, req: Request, teamPid?: string) => {
if (req.teamleader?.isAuthenticated) {
await requireLeaderOfTeam(req.teamleader, teamPid);
} else if (req.auth?.permission_level == "STANDARD") {