Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Jan 6, 2025
1 parent f7673a4 commit 5ead5f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class SchemaBuilder {
if (!isBoolean(allow)) {
throw new SchemaBuilderError(this, 'allow must be a boolean.');
}
// createdAt and updatedAt are not readOnly

if (allow) {
this.addAttribute('createdAt', {
type: 'string',
Expand Down

0 comments on commit 5ead5f5

Please sign in to comment.