Skip to content

Commit

Permalink
ensures controllers are returned in State handler
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios committed Aug 6, 2024
1 parent e2401a3 commit 2fad19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/anp-control-01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Handlers.add(ANPResolveSpecActionMap.State, Handlers.utils.hasMatchingTag("Actio
function(msg)
local state = {
Records = Records,
Controllers = Controllers,
Owner = Owner,
}

Expand Down

0 comments on commit 2fad19d

Please sign in to comment.