mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
feat: add created_by_id to document creation in various sync services
This commit is contained in:
parent
b71dd425f8
commit
9a20db7fc4
5 changed files with 5 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ class LinearKBSyncService:
|
|||
search_space_id=search_space_id,
|
||||
connector_id=connector_id,
|
||||
updated_at=get_current_timestamp(),
|
||||
created_by_id=user_id,
|
||||
)
|
||||
|
||||
self.db_session.add(document)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue