Skip to content

Commit

Permalink
fixup! refactor, get target instance from script environment at execu…
Browse files Browse the repository at this point in the history
…tion time
  • Loading branch information
andrewazores committed Dec 6, 2024
1 parent 0f072e2 commit 6e150dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public List<ProgramOption> getProgramOptions() {
}

private String[] getEventTypeIds(SimplifiedTarget st) {
Log.infov("Target: {0}", st);
Target target = Target.find("id", st.id()).singleResult();
try {
return connectionManager.executeConnectedTask(
Expand Down

0 comments on commit 6e150dc

Please sign in to comment.