Setting duplicate_of makes no sense when it's not even being used right now. Leaving it as default makes more sense than resetting it to default manually for no reason.
This commit is contained in:
parent
0495c15a6d
commit
12a294cdd5
@ -278,6 +278,5 @@ func __create_bug_data_from_server_response(bug_in:Dictionary, map_name:String,
|
||||
bug.operating_system = &"Unused"
|
||||
bug.severity = "Severity will go here."
|
||||
bug.status = bug_in["state"]
|
||||
bug.duplicate_of = -1
|
||||
|
||||
return bug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user