Skip to content

Commit

Permalink
Merge pull request #326 from AmericanWhitewater/bugfixes/2021-02-32
Browse files Browse the repository at this point in the history
Fixes reach credits/revisions
  • Loading branch information
mattanger authored Feb 3, 2021
2 parents 21e94a6 + 6225561 commit a36a743
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 a36a743

Please sign in to comment.