Skip to content

Commit

Permalink
Fixes reach credits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattanger committed Feb 3, 2021
1 parent aaca58d commit 6225561
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/store/modules/river-credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ export default {
context.commit('DATA_REQUEST')
const result = await getReachCredits(id)


if (!result.errors) {
context.commit('DATA_SUCCESS', result)
context.commit('DATA_SUCCESS', result.data.reach.revisions.data)
}

} catch (error) {
Expand Down

0 comments on commit 6225561

Please sign in to comment.