Skip to content

Commit

Permalink
Update internal/services/communication/helper/domain_record.go
Browse files Browse the repository at this point in the history
Co-authored-by: jackofallops <[email protected]>
  • Loading branch information
jkroepke and jackofallops authored Jun 3, 2024
1 parent ef01457 commit ae6e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/communication/helper/domain_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ func DomainVerificationRecordsToModel(record *domains.DnsRecord) []DomainVerific
Name: pointer.From(record.Name),
Type: pointer.From(record.Type),
Value: pointer.From(record.Value),
TTL: int(pointer.From(record.Ttl)),
TTL: pointer.From(record.Ttl),
}}
}

0 comments on commit ae6e9b8

Please sign in to comment.