Skip to content

Commit

Permalink
fix: remove locked
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo1107 committed Feb 5, 2025
1 parent 0caf599 commit dd34cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl Clone_ for DnsRecord {
meta: Meta {
auto_added: self.meta.auto_added,
},
locked: self.locked,
ttl: self.ttl,
zone_id: self.zone_id.to_owned(),
modified_on: self.modified_on,
Expand Down

0 comments on commit dd34cb6

Please sign in to comment.