Skip to content

Commit

Permalink
dnscontrol.d.ts: fix DOMAIN_ELSEWHERE_AUTO signature (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile authored Oct 31, 2023
1 parent b1b41c5 commit 793c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/types/dnscontrol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ declare function DOMAIN_ELSEWHERE(name: string, registrar: string, nameserver_na
*
* @see https://docs.dnscontrol.org/language-reference/top-level-functions/domain_elsewhere_auto
*/
declare function DOMAIN_ELSEWHERE_AUTO(name: string, domain: string, registrar: string, dnsProvider: string): void;
declare function DOMAIN_ELSEWHERE_AUTO(name: string, registrar: string, dnsProvider: string): void;

/**
* DS adds a DS record to the domain.
Expand Down

0 comments on commit 793c3b1

Please sign in to comment.