Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Roncin committed Oct 17, 2023
1 parent 4b10ee1 commit 994d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/teams/createTeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { fetchTournament } from '../../operations/tournament';
import { hasUserAlreadyPaidForAnotherTicket } from '../../operations/user';
import { Error as ResponseError, UserType } from '../../types';
import { filterTeam } from '../../utils/filters';
import { badRequest, conflict, created, forbidden, gone, notFound } from '../../utils/responses';
import { badRequest, conflict, created, forbidden, notFound } from '../../utils/responses';
import { getRequestInfo } from '../../utils/users';
import * as validators from '../../utils/validators';

Expand Down

0 comments on commit 994d24d

Please sign in to comment.