Skip to content

Commit 89c7247

Browse files
Update content/recipes/mikroorm.md
1 parent b6207cd commit 89c7247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/recipes/mikroorm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ Luckily, MikroORM provides a [serialization API](https://mikro-orm.io/docs/seria
192192
```typescript
193193
@Entity()
194194
export class Book {
195-
196195
@Property({ hidden: true }) // Equivalent of class-transformer's `@Exclude`
197196
hiddenField = Date.now();
198197

0 commit comments

Comments
 (0)