Skip to content

Commit

Permalink
JdsServiceStartup | Removed obsolete params from constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Minyewoo committed Mar 30, 2024
1 parent 4e9ed80 commit 58b189b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/core/jds_service/jds_service_startup.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'package:hmi_core/hmi_core.dart';

Check failure on line 1 in lib/src/core/jds_service/jds_service_startup.dart

View workflow job for this annotation

GitHub Actions / coverage

Low coverage level

0.00% < 30%
import 'package:hmi_core/hmi_core_result_new.dart';
import 'package:hmi_networking/src/core/ds_client/cache/ds_client_cache.dart';
import 'package:hmi_networking/src/core/ds_client/ds_client.dart';
import 'package:hmi_networking/src/core/jds_service/jds_service.dart';

///
Expand All @@ -17,9 +15,7 @@ class JdsServiceStartup {
///
/// [dsClient] will be subscribed on all points from [service] config.
const JdsServiceStartup({
required DsClient dsClient,
required JdsService service,
required DsClientCache cache,
Duration authRetryDelay = const Duration(milliseconds: 1000),
}) :
_service = service,
Expand Down

0 comments on commit 58b189b

Please sign in to comment.