Simplify module cleanup paths
This commit is contained in:
@@ -21,11 +21,6 @@ type SourceRefResponse struct {
|
||||
EndUnitID UnitRef `json:"end_unit_id"`
|
||||
}
|
||||
|
||||
func UnitRefFromString(value string) UnitRef {
|
||||
parsed, _ := parseUnitRefNumber(value)
|
||||
return UnitRef{value: parsed}
|
||||
}
|
||||
|
||||
func UnitRefFromInt(value int) UnitRef {
|
||||
return UnitRef{
|
||||
value: value,
|
||||
|
||||
Reference in New Issue
Block a user