mirror of
https://github.com/docmost/docmost.git
synced 2026-05-10 00:13:36 +08: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