Return user model on fetch

This commit is contained in:
Nicholas Zuber 2019-04-01 18:10:15 -04:00
parent e9ce46f01c
commit 88bb99ac0a

View File

@ -119,6 +119,7 @@ class NotificationsProvider extends React.Component {
}).then(processHeadersAndBodyJson)
.then(({json}) => {
this.props.setUserItem('user-model', json);
return json;
});
}