Skip to content

Commit

Permalink
Remove forced linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Aug 11, 2024
1 parent 07cfe63 commit fe701b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transformer/src/data/transformers/JSONTransformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ void JSONTransformer::parseLine(const pugi::xml_node& row, const ParserContext&
throw std::runtime_error("Failed to allocate JSON object");
}
yyjson_mut_doc_set_root(*jw, obj);
if (false) throw std::runtime_error("Test line");


const auto& types = Schema::schema.at(ctx.currType);

Expand Down

0 comments on commit fe701b2

Please # to comment.