topcoder-platform/submission-quality-api

Instead of hard coding the review type id, fetch it from api

Closed this issue · 1 comments

Currently, we are hard coding the review type id here.

I have created a review type named "SonarQube Review" in the submissions api. So we need to fetch the id of this review during run time and use it instead of hard coding it

Resolved