export const jobFetchFailed = createAction(
  'JOB_FETCH_FAILED',
  resolve => (slug: string, error: AjaxError) => resolve({ slug, error }),
);