mirror of
https://github.com/detleph/server.git
synced 2026-09-04 16:46:04 +02:00
[create-pull-request] push formatted files
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user