Skip to content

Commit 95a7c58

Browse files
CNDE-2334 hotfix for setting nbsRdbMetadataUid to null (#240)
Co-authored-by: Varshinee <[email protected]>
1 parent fe9d713 commit 95a7c58

File tree

1 file changed

+1
-1
lines changed
  • investigation-service/src/main/java/gov/cdc/etldatapipeline/investigation/repository/model/reporting

1 file changed

+1
-1
lines changed

investigation-service/src/main/java/gov/cdc/etldatapipeline/investigation/repository/model/reporting/PageCaseAnswer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class PageCaseAnswer {
1313
private @NonNull Long actUid;
1414
private @NonNull Long nbsCaseAnswerUid;
1515
private @NonNull Long nbsUiMetadataUid;
16-
private @NonNull Long nbsRdbMetadataUid;
16+
private Long nbsRdbMetadataUid;
1717
private @NonNull Long nbsQuestionUid;
1818

1919
private String rdbTableNm;

0 commit comments

Comments
 (0)