diff --git a/runtime/store.go b/runtime/store.go index b89dac6d..4468296b 100644 --- a/runtime/store.go +++ b/runtime/store.go @@ -294,5 +294,5 @@ func (s *Store) Update(updater interface{}) { // Get returns the value of the data that's kept in the current state / Store func (s *Store) Get() interface{} { - return s.data + return s.data.Interface() }