mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
e9d98448f4
commit
7b48088898
@ -1,5 +1,7 @@
|
||||
import isObject from 'lodash.isobject';
|
||||
|
||||
export { getCurrTimeForFileName } from './jsUtils';
|
||||
|
||||
export function isJsonString(str: string) {
|
||||
try {
|
||||
JSON.parse(str);
|
||||
|
Loading…
Reference in New Issue
Block a user