Commit 4b0c103
committed
fix: use project datasource for hub verification DB lookup
getRepository was imported from typeorm (legacy API) instead of
@server/datasource, causing "Connection default not found" errors
in the hub verification batch lookup path.1 parent 894e375 commit 4b0c103
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
884 | | - | |
| 884 | + | |
| 885 | + | |
885 | 886 | | |
886 | 887 | | |
887 | 888 | | |
| |||
0 commit comments