Skip to content

Commit

Permalink
[PRMP-534] Removed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyFlintAnswerDigital committed Jul 9, 2024
1 parent 2eed807 commit 2ebb8c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public enum AcknowledgementErrorCode {
ERROR_CODE_09("09", "EHR Extract received without corresponding request"),
ERROR_CODE_10("10", "Failed to successfully generate EHR Extract"),
ERROR_CODE_12("12", "Duplicate EHR Extract received");
// TODO PRMP-534 identify and add the remaining error types

public final String errorCode;
public final String displayName;
Expand Down

0 comments on commit 2ebb8c3

Please sign in to comment.