Skip to content

Commit

Permalink
refactor: ♻️ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Mar 29, 2024
1 parent 8867131 commit 44efca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutate/events/setEventDates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { dateValidation } from '@Validators/regex';
import { extractDate } from '@Tools/dateTime';

// constants and types
import { ANY_OF, INVALID, VALIDATE } from '@Constants/attributeConstants';
import { Event, Tournament, weekdayUnion } from '@Types/tournamentTypes';
import { INVALID, VALIDATE } from '@Constants/attributeConstants';
import { SUCCESS } from '@Constants/resultConstants';
import { ResultType } from '@Types/factoryTypes';
import {
Expand Down

0 comments on commit 44efca6

Please sign in to comment.