class Attio::Comment

def extract_comment_id

def extract_comment_id
  case id
  when Hash
    id[:comment_id] || id["comment_id"]
  else
    id
  end
end