Skip to content

Commit 46dd2ac

Browse files
committed
Update update_dns_record.ts
1 parent 7505a0c commit 46dd2ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/update_dns_record.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { DnsRecord } from '../record/dns_record.ts';
22
import { ApiRequestOptions } from './api_request_options.ts';
33

4-
export default function updateDnsRecord(record : DnsRecord, options : ApiRequestOptions) : void {
4+
export default function updateDnsRecord(
5+
record : DnsRecord,
6+
options : ApiRequestOptions
7+
) : void {
58

69
}

0 commit comments

Comments
 (0)