Skip to content

Commit f464fc3

Browse files
authored
Fix Media.save query (#2885)
1 parent 8d43f9d commit f464fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/file/media/media.repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export class MediaRepository extends CommonRepository {
115115
},
116116
true,
117117
)
118+
.with('node, fv')
118119
.apply(this.hydrate());
119120

120121
const result = await query.first();

0 commit comments

Comments
 (0)