fix(honeybadger): fixing checks state call
parent
1e485fb362
commit
31af384e28
|
|
@ -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',
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue