Commit f6f2e14
committed
fix(router): update EntityDetailsBloc instantiation
Corrects the instantiation of `EntityDetailsBloc` in `router.dart` by:
- Removing the `feedDecoratorService` argument, as it is no longer a dependency of `EntityDetailsBloc`.
- Adding the required `adService` argument, ensuring proper dependency injection.
This resolves the `missing_required_argument` and `undefined_named_parameter` compilation errors for `EntityDetailsBloc`.1 parent ef0f884 commit f6f2e14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
0 commit comments