return { | return { | ||||
userId: userInfo.userId, | userId: userInfo.userId, | ||||
userName: userInfo.nickName, | |||||
userName: userInfo.userName, | |||||
nickName: userInfo.nickName, | |||||
lng: userLocation.longitude, | lng: userLocation.longitude, | ||||
lat: userLocation.latitude, | lat: userLocation.latitude, | ||||
checkInStatus: statusMap[type], | checkInStatus: statusMap[type], |