fix test
This commit is contained in:
parent
b8cfa290fa
commit
2c39a99c01
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ export const parseNotification = (data) => {
|
|||
? parseStatus(data.notice.favorited_status)
|
||||
: parsedNotice
|
||||
output.action = parsedNotice
|
||||
output.from_profile = parseUser(data.from_profile)
|
||||
}
|
||||
|
||||
output.created_at = new Date(data.created_at)
|
||||
|
|
Loading…
Reference in a new issue