push
github
Fix SwapOrderMapper dependency injection (#1436) The `SwapOrderHelper` was being injected incorrectly by requesting a `IConfigurationService` from the graph. This was caused by the following refactor: https://github.com/safe-global/safe-client-gateway/commit/8f93ef19e#diff-17d1bb74fc59f0475e26fe527f621577aR16 Changes: - Removes `@Inject(IConfigurationService)` as it doesn't apply to `SwapOrderHelper`
1925 of 2327 branches covered (82.72%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
3 existing lines in 1 file now uncovered.6865 of 7165 relevant lines covered (95.81%)
313.78 hits per line