Skip to content

Commit

Permalink
fixup! annotation for StateRevision
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Jan 24, 2025
1 parent a16bb2b commit eff9b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class StateRevision {
)
@Where(clause = "(position > 0)")
@OrderColumn(name = "position")
private List<ConfigChannel> configChannels;
private List<ConfigChannel> configChannels = List.of();

@Column(name = "created", insertable = false, updatable = false)
private Date created;
Expand Down

0 comments on commit eff9b9f

Please sign in to comment.