Merge branch 'unstable' into 'main'
Hot fix for answer variants See merge request internship-2025/survey-webapp/survey-webapp!19
This commit is contained in:
commit
2675059793
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ public static class AnswerVariantMapper
|
|||
Text = dto.Text
|
||||
};
|
||||
|
||||
public static AnswerVariant UpdateDtoToModel(AnswerVariantUpdateDto dto, int answerVariantId, int questionId) =>
|
||||
public static AnswerVariant UpdateDtoToModel(AnswerVariantUpdateDto dto, int questionId, int answerVariantId) =>
|
||||
new AnswerVariant
|
||||
{
|
||||
QuestionId = questionId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue