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:
Jamie Greunbaum 2024-05-30 20:10:20 -04:00
parent 0495c15a6d
commit 12a294cdd5

View File

@ -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