Skip to content

Commit

Permalink
all: Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasebian committed Jan 9, 2025
1 parent 3e5b433 commit 6e3b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ttnpb/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (v *ApplicationDownlink) FieldIsZero(p string) bool {
return v.FrmPayload == nil
case "locations":
return v.Locations == nil
case "network_ids":
case "network_ids": // nolint: goconst
return v.NetworkIds == nil
case "network_ids.cluster_address":
return v.NetworkIds.FieldIsZero("cluster_address")
Expand Down

0 comments on commit 6e3b693

Please sign in to comment.