From 31af384e286fcbdfc11cfdaf7060e88d71f522ce Mon Sep 17 00:00:00 2001 From: Zoe Steinkamp Date: Wed, 22 Jan 2020 11:58:57 -0700 Subject: [PATCH] fix(honeybadger): fixing checks state call --- ui/src/alerting/actions/checks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/alerting/actions/checks.ts b/ui/src/alerting/actions/checks.ts index bf797b88fa..a1b97c2803 100644 --- a/ui/src/alerting/actions/checks.ts +++ b/ui/src/alerting/actions/checks.ts @@ -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', }) }