Skip to content

Commit

Permalink
SvGF 2024 pairs competition (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter authored Nov 1, 2024
1 parent 749765d commit d564dfc
Show file tree
Hide file tree
Showing 14 changed files with 1,007 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/competition-events/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function L (l: number): number {
// ======
// JUDGES
// ======
export const presentationJudge: JudgeTypeGetter<Option> = options => {
export const presentationJudge: JudgeTypeGetter = options => {
const components = ['ent', 'form', 'music', 'crea', 'vari'] as const
const markDefinitions = [
{
Expand Down
Loading

0 comments on commit d564dfc

Please sign in to comment.