Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass User type in context, not its pointer
Without this, the pointer to types.User is passed to the context. This is a problem, as we do interface conversion. I fixed it by ensuring we pass values instead of changing the expected type at dest.
- Loading branch information