mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 03:02:09 +10:00
fix: add spaceId
This commit is contained in:
@ -115,6 +115,7 @@ export class ExportService {
|
||||
'pages.title',
|
||||
'pages.content',
|
||||
'pages.parentPageId',
|
||||
'pages.spaceId'
|
||||
])
|
||||
.where('spaceId', '=', spaceId)
|
||||
.execute();
|
||||
|
||||
Reference in New Issue
Block a user