if detail.complete is missing from session changed detail, default status to complete = true
We don't want the omission of this property to create a scenario where an item is marked as incomplete, so the player should default this to true if not provided.
if
detail.completeis missing from session changed detail, default status to complete = trueWe don't want the omission of this property to create a scenario where an item is marked as incomplete, so the player should default this to true if not provided.