Skip to content

Commit

Permalink
fix for #224
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Sep 4, 2024
1 parent 4a541d5 commit 036328e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public Type transformQuestionTypeToAnswerType(Questionnaire.QuestionnaireItemCom
public String getLocalVersionlessAbsoluteUrl(QuestionnaireResponse questionnaireResponse)
{
return questionnaireResponse.getIdElement().toVersionless()
.withServerBase(serverBaseUrl, ResourceType.Task.name()).getValue();
.withServerBase(serverBaseUrl, ResourceType.QuestionnaireResponse.name()).getValue();
}
}

0 comments on commit 036328e

Please sign in to comment.