Skip to content

Commit 82b0aa0

Browse files
author
Eric Thieme-Garmann
committed
update: title schema
1 parent 7371319 commit 82b0aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/tutorial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const StepSchema = new mongoose.Schema({
1010
enum: ["instruction", "task", "blockly", "finish", "question"],
1111
required: true,
1212
},
13-
headline: {
13+
title: {
1414
type: String,
1515
required: true,
1616
},

0 commit comments

Comments
 (0)