Skip to content

Commit

Permalink
🏷️ Fix types to allow for IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Dec 13, 2023
1 parent 57632a6 commit e1115c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface UpptimeConfig {
maxResponseTime?: number;
maxRedirects?: number;
verbose?: boolean;
ipv6?" boolean;

Check failure on line 21 in src/interfaces.ts

View workflow job for this annotation

GitHub Actions / Build and Publish

';' expected.

Check failure on line 21 in src/interfaces.ts

View workflow job for this annotation

GitHub Actions / Build and Publish

Unterminated string literal.
__dangerous__insecure?: boolean;
__dangerous__disable_verify_peer?: boolean;
__dangerous__disable_verify_host?: boolean;
Expand Down

0 comments on commit e1115c6

Please sign in to comment.