trigger deploy
This commit is contained in:
@@ -20,6 +20,7 @@ export const parseableToFunctionCall = (str: string) => {
|
|||||||
} catch {
|
} catch {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
console.log("remove me");
|
||||||
|
|
||||||
// Check if the parsedJSON is an object and not null
|
// Check if the parsedJSON is an object and not null
|
||||||
if (typeof parsedJSON !== "object" || parsedJSON === null) {
|
if (typeof parsedJSON !== "object" || parsedJSON === null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user