fix build for real
This commit is contained in:
parent
0e1f3a0725
commit
1205358f18
@ -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 });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user