Commit f6c268a
fix(parallax): import DatabaseModule to resolve KyselyModuleConnectionToken for TeamDeploymentRepo
TeamDeploymentRepo uses @InjectKysely() which requires KyselyModuleConnectionToken
provided by DatabaseModule. ParallaxRuntimeModule must import DatabaseModule
so the repo can be instantiated as a provider.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2a15eea commit f6c268a
File tree
1 file changed
+2
-0
lines changed- apps/server/src/core/parallax-runtime
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments