Should i do something like `dao.getRepos(user.id)?...
# rx
s
Should i do something like
dao.getRepos(user.id)?.flatMap {user.repoList = it}
?