bugfix call user uuid (#205)

pull/3759/head
Leonel Matos 2019-12-12 18:43:27 -04:00 committed by Yamel Senih
parent 88c6e5838a
commit c4938ee879
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const actions = {
const userInfo = responseGetInfo.userInfo
commit('SET_NAME', responseGetInfo.name)
commit('SET_INTRODUCTION', userInfo.description)
commit('SET_USER_UUID', responseGetInfo.uuid)
commit('SET_USER_UUID', userInfo.uuid)
// TODO: return 'Y' or 'N' string values as data type Booelan (4)
// TODO: return #Date as long data type Date (5)