trigger deploy

This commit is contained in:
David Corbitt
2023-09-05 17:25:52 -07:00
parent 422a6ff4c6
commit 4d90ff68c8

View File

@@ -20,6 +20,7 @@ export const parseableToFunctionCall = (str: string) => {
} catch {
return false;
}
console.log("remove me");
// Check if the parsedJSON is an object and not null
if (typeof parsedJSON !== "object" || parsedJSON === null) {