Skip to content

Commit 9e7d26c

Browse files
committed
#1182 - prettier
1 parent 04d9260 commit 9e7d26c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/backend/src/services/teams.services.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,15 @@ export default class TeamsService {
162162

163163
return teamTransformer(updateTeam);
164164
}
165+
165166
/**
166-
* Create a new team.
167+
* Creates a new team in the database
168+
* @param submitter The submitter who is trying to create a new team
169+
* @param teamName the name of the new team
170+
* @param headId the id of the user who will be the head on the new team
171+
* @param slackId the slack id for the slack channel for the team
172+
* @param description a short description of the team (must be less than 300 words)
173+
* @returns The newly created team
167174
*/
168175
static async createTeam(
169176
submitter: User,

0 commit comments

Comments
 (0)