diff options
Diffstat (limited to 'client/fsm.go')
| -rw-r--r-- | client/fsm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go index 728d572..d22f947 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -90,7 +90,7 @@ func GetStateName(s FSMStateID) string { } func newFSM( - callback func(FSMStateID, FSMStateID, interface{}) bool, + callback func(FSMStateID, FSMStateID, any) bool, ) fsm.FSM { states := FSMStates{ StateDeregistered: FSMState{ |
