Skip to content

Commit

Permalink
JS-2145 fix SubagentSelection deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Zschimmer committed Sep 16, 2024
1 parent 6cc5d62 commit 98535a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,10 @@ extends ClusterableState.Companion[ControllerState],
Subtype[ControllerMetaState],
Subtype[AgentRefState],
Subtype[SubagentItemState](Nil, aliases = Seq("SubagentRefState")),
Subtype[SubagentBundle],
SubagentBundle.subtype,
Subtype[LockState],
Subtype[Board],
Subtype[Calendar],
Calendar.subtype,
Subtype[Notice],
NoticePlace.Snapshot.subtype,
BoardState.NoticeConsumptionSnapshot.subtype,
Expand Down

0 comments on commit 98535a0

Please sign in to comment.