Due to TranslatorSRI/NodeNormalization/issues/113, we occasionally get a response of {} from the node normalizer, which previously we didn't handle, causing a query to fail.
This PR simply checks for this case, and replaces the response with what we would expect: an object where each curie is a key pointing to null.
Due to TranslatorSRI/NodeNormalization/issues/113, we occasionally get a response of
{}
from the node normalizer, which previously we didn't handle, causing a query to fail.This PR simply checks for this case, and replaces the response with what we would expect: an object where each curie is a key pointing to
null
.