Skip to content

Commit

Permalink
Fixed lint error. 🎳
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Feb 20, 2025
1 parent e0166c6 commit d47ae67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/common/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func convertFieldToType(value interface{}, fieldType reflect.Kind) interface{} {
default:
panic(fmt.Sprintf("unsupported field type: %v", fieldType))
}
return nil
}

func extractFieldValue(payloadBytes []byte, start int, length int, optional bool, hexadecimal bool) (interface{}, error) {
Expand Down

0 comments on commit d47ae67

Please sign in to comment.