Skip to content

Commit

Permalink
Merge pull request #95 from YoginiTayade/searchApi
Browse files Browse the repository at this point in the history
added question_set_id in the contentSearch api
  • Loading branch information
suraj-tekdi authored Dec 19, 2024
2 parents 8067284 + 1253a59 commit 8197de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/hasura/altProgramAssociation.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ export class ALTProgramAssociationService {
allowedAttempts: item.allowedAttempts,
criteria: item.criteria,
contentSource: item.contentSource,
lesson_questionset: item.lesson_questionset
});
});
} else {
Expand Down

0 comments on commit 8197de3

Please sign in to comment.