Closed bvreede closed 1 year ago
In the get_meta_url function, the slug is used to create the url for the meta repo. But the slug itself is composed of the curriculum and flavor fields; using these fields directly would be a safer way to search for the url of the meta information.
get_meta_url
curriculum
flavor
In the
get_meta_url
function, the slug is used to create the url for the meta repo. But the slug itself is composed of thecurriculum
andflavor
fields; using these fields directly would be a safer way to search for the url of the meta information.