Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
- `LetsEncrypt`:
  - Rename `isWellknownPath` to `isWellKnownPath```
- sdk: '>=3.0.0 <4.0.0'
- shelf: ^1.4.1
- collection: ^1.17.1
- lints: ^2.1.0
- test: ^1.24.1
  • Loading branch information
gmpassos committed May 28, 2023
1 parent bb70a0b commit f138576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/letsencrypt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class LetsEncrypt {
} catch (e, s) {
_logMsg(e, s);
_logMsg("Self test request error for URL: $url");
await Future.delayed(Duration(minutes: 10));
return false;
}

Expand Down

0 comments on commit f138576

Please sign in to comment.