• Filipa Lacerda's avatar
    Updates the check for started in job header · 85c30d74
    Filipa Lacerda authored
    The function that was checking if the job was started or not
    was expecting a boolean, however it was receiving a null.
    During the refactor the condition was changed, causing the function
    to break with null
    
    This commit fixes the check
    85c30d74