Skip to content

Commit c6be9f5

Browse files
authored
Merge pull request #1348 from bbc/upstream/fix-typo-1347
chore: fix typo
2 parents b76691a + 7f1bc02 commit c6be9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ export interface APIStudioSettings {
220220
allowHold?: boolean
221221
allowPieceDirectPlay?: boolean
222222
enableBuckets?: boolean
223-
enableEvaluationForm: true
223+
enableEvaluationForm?: boolean
224224
}

0 commit comments

Comments
 (0)