Skip to content

Commit 55ab877

Browse files
committed
Fix casing
1 parent dc3fa54 commit 55ab877

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)