Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 3, 2021
1 parent 1159631 commit 4482592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typescript/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ function gh10409() {
field: Date;
}
const someSchema = new Schema<Something, Model<Something>, Something>({
field: {type: Date}
field: { type: Date }
});
}

0 comments on commit 4482592

Please sign in to comment.