Skip to content

Commit

Permalink
fix: update 'enc' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 19, 2024
1 parent 1cd641a commit ecc9345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dmarc/rua.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ReportMetadata struct {
// DateRange represents the date range for the DMARC report (in Unix time)
type DateRange struct {
Begin int64 `xml:"begin"`
Enc int64 `xml:"end"`
End int64 `xml:"end"`
}

// PolicyPublished contains information about the DMARC policy published by the domain owner
Expand Down

0 comments on commit ecc9345

Please sign in to comment.