Skip to content

Commit

Permalink
fix: checkLatestVersion params syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje authored Sep 26, 2024
1 parent 98b96f1 commit 5780448
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/features/settings/domain/app_version_use_case.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class AppVersionUseCase {
String currrentVersion = packageInfo.buildNumber;

final result = await repository.appVersionRepository.checkLatestVersion(
Sys.appSecretAndroid!,
Sys.distributionGroupIdAndroid!,
currrentVersion,
);

Expand Down

0 comments on commit 5780448

Please sign in to comment.