Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruberino committed Jan 7, 2025
1 parent f9e3a06 commit 70976a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/actions/newValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ export function newBooleanValueAsync(itemPath: Array<Path>, value: boolean, item
};
}
export const newAnswerValueAction = createAction<AnswerValueItemPayload>(NEW_ANSWER_VALUE);
// /*
// * @deprecated this will be removed in a future version, use newCodingValueAction instead
// */
// export const newCodingsValue = (
// itemPath: CodingValueItemPayload['itemPath'],
// value: CodingValueItemPayload['valueCoding'],
// item: CodingValueItemPayload['item'],
// multipleAnswers?: CodingValueItemPayload['multipleAnswers']
// ): PayloadAction<AnswerValueItemPayload> => newCodingsValueAction({ itemPath, valueCodings: value, item, multipleAnswers });

export const newCodingValueAction = createAction<CodingValueItemPayload>(NEW_VALUE);
/*
Expand Down

0 comments on commit 70976a9

Please sign in to comment.