Simba-City/nueno

View on GitHub
pages/jobs/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function Jobs has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export default function Jobs() {
  const { isLoading, data: jobs } = useQuery("jobs", getJobs);

  async function getJobs() {
    const response = await axios.get("/api/jobs/list");
Severity: Minor
Found in pages/jobs/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status