Commit 7ab83056 authored by pradeepkumarcm96's avatar pradeepkumarcm96
Browse files

Issue #IQ-128 : fix : api fix

Showing with 1 addition and 1 deletion
+1 -1
......@@ -146,7 +146,7 @@ export class QuestionService {
getQuestionList(req, field?: any) {
const param = {
fields: field
fields: field ? field : ''
};
const reqParam = {
url: this.configService.urlConFig.URLS.QuestionSet.QUESTION_LIST,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment