diff --git a/lib/inch_ex/code_object.ex b/lib/inch_ex/code_object.ex index 8fbba02..7ff3dfa 100644 --- a/lib/inch_ex/code_object.ex +++ b/lib/inch_ex/code_object.ex @@ -38,6 +38,7 @@ defmodule InchEx.CodeObject do "location" => item["location"], "type" => item["type"], "metadata" => item["metadata"], + "doc" => item["doc"], "score" => score, "grade" => grade, "priority" => priority,