Closed prep closed 3 years ago
When calling DeserializeModule(), the store field on Module{} isn't set which causes NewInstance() with that module to panic. This PR fixes that.
DeserializeModule()
store
Module{}
NewInstance()
When calling
DeserializeModule()
, thestore
field onModule{}
isn't set which causesNewInstance()
with that module to panic. This PR fixes that.