Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Jun 26, 2024
2 parents 9e48551 + 76b2599 commit f227e56
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 83 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@babel/preset-typescript": "7.24.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@dep-tree/cli": "0.22.3",
"@dep-tree/cli": "0.22.4",
"@nestjs/class-transformer": "0.4.0",
"@nestjs/class-validator": "0.13.4",
"@nestjs/cli": "10.3.2",
Expand All @@ -139,8 +139,8 @@
"@types/jest": "29.5.12",
"@types/node": "20.14.8",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"agadoo": "^3.0.0",
Expand Down
138 changes: 69 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ export function setMatchUpHomeParticipantId(
if (params.homeParticipantId && !participantIds?.includes(params.homeParticipantId))
return { error: INVALID_PARTICIPANT_ID };

const {
disableNotice = true,
homeParticipantId,
removePriorValues,
tournamentRecord,
drawDefinition,
matchUpId,
} = params;
const { disableNotice, homeParticipantId, removePriorValues, tournamentRecord, drawDefinition, matchUpId } = params;

const timeItem = {
itemType: HOME_PARTICIPANT_ID,
Expand Down
Loading

0 comments on commit f227e56

Please sign in to comment.