File size: 155 Bytes
afcfd4d
 
 
 
1
2
3
4
5
def process_incident(incident):
    if incident.incident_id:
        log_event(incident.incident_id, incident.description)
    return incident.incident_id