Skip to content

Commit

Permalink
Remove unused key
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Feb 4, 2025
1 parent cc905e2 commit 99ba4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/lib/dynadot/configure-dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { DYNADOT_API_KEY, DYNADOT_BASE_URL } from "./constants";

const schema = z.object({
SetDnsResponse: z.object({
ResponseCode: z.string().or(z.number()),
Status: z.string(),
Error: z.string().optional(),
}),
Expand Down

0 comments on commit 99ba4bb

Please sign in to comment.