thislooksfun/snoots

Handle these better

todo opened this issue ยท 1 comments

todo commented

// TODO: Handle these better
if (res.errors.length > 0) throw "Uh oh!";
if (!res.data?.things) throw "oh no!";
things = things.concat(res.data.things);
}


This issue was generated by todo based on a TODO comment in 6f7b81e. It's been assigned to @thislooksfun because they committed the code.

๐ŸŽ‰ This issue has been resolved in version 1.0.0-dev.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€