Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 17, 2024
1 parent b76691a commit 7f1bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/server/lib/rest/v1/studios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ export interface APIStudioSettings {
allowHold?: boolean
allowPieceDirectPlay?: boolean
enableBuckets?: boolean
enableEvaluationForm: true
enableEvaluationForm?: boolean

Check warning on line 223 in meteor/server/lib/rest/v1/studios.ts

View check run for this annotation

Codecov / codecov/patch

meteor/server/lib/rest/v1/studios.ts#L223

Added line #L223 was not covered by tests
}

0 comments on commit 7f1bc02

Please sign in to comment.