Skip to content

Commit

Permalink
Fixed broken migration script with a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaraokeStu committed Feb 13, 2025
1 parent d09b834 commit 626e096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (migration) {
.description("A container to render a Riddle quiz/test")
.displayField("title");

riddle.createField("Title")
riddle.createField("title")
.name("Title")
.type("Symbol")
.localized(false)
Expand Down

0 comments on commit 626e096

Please sign in to comment.