Skip to content

Commit 88491e0

Browse files
fix(post-type-note): remove unused property
1 parent 653935b commit 88491e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/post-type-note/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default class NotePostType {
2121
name: this.options.name,
2222
h: "entry",
2323
fields: this.options.fields,
24-
requiredFields: ["content", "published"],
2524
};
2625
}
2726

0 commit comments

Comments
 (0)