Skip to content

Commit b87576f

Browse files
author
Daan Manneke
committed
fix(cubic):
- reference connection id instead source connection
1 parent 55a4d27 commit b87576f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/airweave/search/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ def _setup_token_manager(
934934
"MinimalConnection",
935935
(),
936936
{
937-
"id": source_connection.id,
937+
"id": source_connection.connection_id,
938938
"integration_credential_id": integration_credential_id,
939939
"config_fields": source_connection.config_fields,
940940
},

0 commit comments

Comments
 (0)