Closed Laci21 closed 2 years ago
After the UpdateStatus function was called the object variable was cleared out. This resulted in losing dynamically set values on the object, e.g. the jwtPolicy value.
UpdateStatus
object
jwtPolicy
Why?
After the
UpdateStatus
function was called theobject
variable was cleared out. This resulted in losing dynamically set values on the object, e.g. thejwtPolicy
value.Checklist