Skip to content

Commit 46de3fb

Browse files
authored
Merge pull request coryhouse#10 from idkjs/patch-1
camelCase type in required array on line 29
2 parents dc3fa54 + 5cdcb77 commit 46de3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildScripts/mockDataSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const schema = {
2626
"faker": "internet.email"
2727
}
2828
},
29-
"required": ["id", "type", "lastname", "email"]
29+
"required": ["id", "type", "lastName", "email"]
3030
}
3131
}
3232
},

0 commit comments

Comments
 (0)