Skip to content

Commit 5d99b29

Browse files
committed
Merge branch 'hotfix/fix'
2 parents 4d5eb82 + 1038a6e commit 5d99b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/database/repository/page.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class PageRepository extends Repository<Page> {
3131
.comment('PageRepository.findAllGamePages')
3232
.select([
3333
'c.title', 'c.image',
34-
'p.id', 'p.title', 'p.place', 'p.content',
34+
'p.id', 'p.place', 'p.content',
3535
'co.id', 'co.moveTargetType', 'co.targetId', 'co.content',
3636
'coim.itemId', 'coim.actionType'
3737
])

0 commit comments

Comments
 (0)