Fix the import of a function

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7433
GitOrigin-RevId: 47766e730804fc77115bec47d50a16554c75e3d1
This commit is contained in:
Luca Restagno 2023-01-05 03:38:20 +01:00 committed by hasura-bot
parent e9d98448f4
commit 7b48088898

View File

@ -1,5 +1,7 @@
import isObject from 'lodash.isobject';
export { getCurrTimeForFileName } from './jsUtils';
export function isJsonString(str: string) {
try {
JSON.parse(str);