mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-27 22:15:33 +00:00
feat(operations): include source_id in list_pages rows (#3209)
This commit is contained in:
@@ -1515,6 +1515,7 @@ const list_pages: Operation = {
|
||||
});
|
||||
return pages.map(pg => ({
|
||||
slug: pg.slug,
|
||||
source_id: pg.source_id,
|
||||
type: pg.type,
|
||||
title: pg.title,
|
||||
updated_at: pg.updated_at,
|
||||
|
||||
Reference in New Issue
Block a user