Skip to content

Commit

Permalink
Gah.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerziegler committed Nov 20, 2018
1 parent a28e7f3 commit 0b6b7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ class DashboardPlugin {
.then(datas => ({
type: INSPECTPACK_PROBLEM_TYPE,
value: INSPECTPACK_PROBLEM_ACTIONS.reduce((memo, action, i) => Object.assign({}, memo, {
[action]: datas[i] }),
{})
[action]: datas[i]
}), {})
}))
.catch(err => ({
type: INSPECTPACK_PROBLEM_TYPE,
Expand Down

0 comments on commit 0b6b7e8

Please sign in to comment.