Skip to content

Commit

Permalink
fix(schema): ✏️ fix mispelling
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Sep 11, 2021
1 parent f68c664 commit e269bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"conventionalCommits.scopes": [
"log",
"stitcher"
"stitcher",
"schema"
]
}
2 changes: 1 addition & 1 deletion src/config/models/Book.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const bookSchema = schema({
position: types.string()
}
),
seriesSeceondary: types.object(
seriesSecondary: types.object(
{
asin: types.string(),
name: types.string({ required: true }),
Expand Down

0 comments on commit e269bb4

Please sign in to comment.