Skip to content

Commit

Permalink
refactor: ♻️ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Mar 25, 2024
1 parent 747518a commit aef39c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutate/matchUps/schedule/bulkScheduleMatchUps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { getMatchUpId } from '@Functions/global/extractors';
// constants and types
import { ARRAY, INVALID, OF_TYPE, ONE_OF, TOURNAMENT_RECORDS } from '@Constants/attributeConstants';
import { INVALID_VALUES, MISSING_VALUE } from '@Constants/errorConditionConstants';
import { Tournament } from '@Types/tournamentTypes';
import { SUCCESS } from '@Constants/resultConstants';
import { Tournament } from '@Types/tournamentTypes';

type BulkScheduleMatchUpsArgs = {
tournamentRecords: { [key: string]: Tournament };
Expand Down

0 comments on commit aef39c6

Please sign in to comment.