Skip to content

Commit

Permalink
management-service: Fix invalid mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
Woojciech committed Nov 24, 2024
1 parent ba74036 commit 90f1398
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public class ScheduledApplicationInsight {
private Long sinceMs;
private Long toMs;
private String clusterId;
private Map<String, ScheduledApplicationInsightConfiguration> applicationConfiguration;
// private List<ScheduledApplicationInsightConfiguration> applicationConfiguration;
private List<ScheduledApplicationInsightConfiguration> applicationConfiguration;
}

0 comments on commit 90f1398

Please sign in to comment.