Skip to content

Commit

Permalink
Update case_file.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 committed Nov 7, 2024
1 parent 74bafd7 commit ae31a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/case_file/case_file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class CaseFileService {
const result = await post(token, {
query: `mutation UpdateAssessment($updateAssessmentInput: UpdateAssessmentInput!) {
updateAssessment(updateAssessmentInput: $updateAssessmentInput)
${this.caseFileQueryFields}
${caseFileQueryFields}
}`,
variables: model,
});
Expand Down

0 comments on commit ae31a8c

Please sign in to comment.