fix build for real

This commit is contained in:
Chuck Dries 2021-06-28 12:45:04 -07:00
parent 0e1f3a0725
commit 1205358f18

View File

@ -14,7 +14,7 @@ import { Helmet } from 'react-helmet';
import classnames from 'classnames'; import classnames from 'classnames';
import posthog from 'posthog-js'; import posthog from 'posthog-js';
const logKeyShortcut = (keyCode: string) => { const logKeyShortcut = (keyCode) => {
try { try {
// eslint-disable-next-line // eslint-disable-next-line
posthog.capture('[key shortcut]', { keyCode }); posthog.capture('[key shortcut]', { keyCode });