Skip to content

Commit

Permalink
Update CnaUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks authored Feb 14, 2024
1 parent f576a2b commit b22d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mskcc/cbio/portal/util/CnaUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void storeCnaEvents(
continue;
}

CnaEvent.Event event = cnaEvent.getEvent()
CnaEvent.Event event = cnaEvent.getEvent();
if (existingCnaEvents.contains(event)) {
cnaEvent.setEventId(event.getEventId());
DaoCnaEvent.addCaseCnaEvent(cnaEvent, false);
Expand Down

0 comments on commit b22d959

Please sign in to comment.