Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
thesilentg committed Jul 24, 2024
1 parent 9780c2e commit 135677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ type Return[JC any] struct {
func NewProcessor[AC any, OC any, JC any](ac AC, states []State[AC, OC, JC], serializer Serializer[OC, JC], statusListener StatusListener) (*Processor[AC, OC, JC], error) {
p := &Processor[AC, OC, JC]{
appContext: ac,
stateThing: newStateStorageFromStates(states),
stateStorage: newStateStorageFromStates(states),
serializer: serializer,
statusListener: statusListener,
}
Expand Down

0 comments on commit 135677e

Please sign in to comment.