grantglidewell/jsnotes

View on GitHub
src/api/index.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function fetchItems has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export const fetchItems = async (notes: Notes) => {
  const { token, projectId } = config();
  const apiNotes = await api<
    [
      {
Severity: Minor
Found in src/api/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status