Fetching zero workflow descriptions throws an error
In src/api/workflows.ts
, there's a getWorkflows
on top of fetchWorkflowsDescriptions
that throws an error when the server returns zero workflow descriptions.
Does this really warrant an error? If so, is this the right place to throw it?