fix(honeybadger): fixing checks state call

pull/16630/head
Zoe Steinkamp 2020-01-22 11:58:57 -07:00
parent 1e485fb362
commit 31af384e28
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export const saveCheckFromTimeMachine = () => async (
console.error(error)
dispatch(notify(copy.createCheckFailed(error.message)))
reportError(error, {
context: {state:getState()},
context: {state: getState()},
name: 'saveCheckFromTimeMachine function',
})
}