Skip to content

Build will not compile starting with release v1.1.306 #3

@ibury08

Description

@ibury08

This commit has an incorrect type assignment.

I'm assuming this method should actually be:

func (l *LabTestsSimulateOrderProcessRequest) UnmarshalJSON(data []byte) error {
	body := new(SimulationFlags)
	if err := json.Unmarshal(data, &body); err != nil {
		return err
	}
	l.Body = body
	return nil
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions