Files
aitbc/apps
aitbc d7fb2eae95
Some checks failed
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Fix async/sync mismatch in chain export/import and remove duplicate import_block code
- Replace manual session creation with session_scope() in export_chain
- Convert query results to lists to avoid lazy loading issues after session close
- Remove await from session.execute calls in import_chain (use synchronous queries)
- Change force_sync back to async and restore await on import_chain call
- Remove 69 lines of duplicate import_block implementation at end of file
2026-04-13 23:20:04 +02:00
..
```
2026-03-08 12:16:01 +01:00