Mike
Mike
BRBuildShip + Rowy
Created by Mike on 10/31/2024 in #❓・buildship-help
branch
I ended up adding an empty node and wiriting some JS
export default function checkForErrorObject({
jsonObject
} = {}) {

return !('Error' in jsonObject);
}
export default function checkForErrorObject({
jsonObject
} = {}) {

return !('Error' in jsonObject);
}
5 replies