Add forgotten prop to entity normalizer
This commit is contained in:
parent
b82ba54add
commit
4c9f3b946d
2 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ export const parseUser = (data) => {
|
|||
output.background_image = data.background_image
|
||||
}
|
||||
|
||||
output.following = data.following
|
||||
output.created_at = new Date(data.created_at)
|
||||
output.locked = data.locked
|
||||
output.followers_count = data.followers_count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue