Skip to content

Commit

Permalink
Remove another use of the argument
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Aug 7, 2024
1 parent 951dec1 commit f15b1a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/firehose/lib/src/health/health.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ class Health {
};

Future<HealthCheckResult> validateCheck() async {
//TODO: Add Flutter support for PR health checks
var results =
await Firehose(directory, false, ignoredPackages).verify(github);
var results = await Firehose(directory, ignoredPackages).verify(github);

var markdownTable = '''
| Package | Version | Status |
Expand Down

0 comments on commit f15b1a6

Please sign in to comment.