Skip to content

Commit

Permalink
🐛 Fix TS interface syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Dec 13, 2023
1 parent 1cf004c commit 9362897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface UpptimeConfig {
maxResponseTime?: number;
maxRedirects?: number;
verbose?: boolean;
ipv6?" boolean;
ipv6?: boolean;
__dangerous__insecure?: boolean;
__dangerous__disable_verify_peer?: boolean;
__dangerous__disable_verify_host?: boolean;
Expand Down

0 comments on commit 9362897

Please sign in to comment.