Skip to content

Commit

Permalink
undo comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
toppercodes committed Mar 15, 2024
1 parent d3adaa1 commit 024f669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom/monitors.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (m Monitor) MarshalJSON() ([]byte, error) {
}

// UnmarshalJSON implements [json.Unmarshaler]. It is in place to convert the
// Range, Interval and DisabledUntil field values into proper
// Range and Interval field values into proper
// time.Duration values because the server returns them in seconds as well as
// unmarshalling the query in to its appropriate type.
func (m *Monitor) UnmarshalJSON(b []byte) error {
Expand Down

0 comments on commit 024f669

Please sign in to comment.