Commit 4fdd076
authored
Fix circular dependency crash: add missing forwardRef (#154)
MonitoringService and LightningWalletService have a circular
dependency. PR #148 added forwardRef only on the MonitoringService
side. The missing forwardRef on LightningWalletService caused
the app to crash on startup (503).1 parent f267f72 commit 4fdd076
File tree
1 file changed
+2
-1
lines changed- src/subdomains/user/application/services
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments