This commit is contained in:
@@ -20,7 +20,7 @@ class WyattContinuousDeploymentExample {
|
||||
static Future<void> run(List<String> args) async {
|
||||
const useCase = CheckToolsUsecase();
|
||||
|
||||
final result = await useCase(null);
|
||||
final result = await useCase();
|
||||
|
||||
result.fold((value) => print('Success'), (error) => print('Error: $error'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user