perryrh0dan/taskline

View on GitHub
src/firestore.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getCollection has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private async getCollection(path: string): Promise<Array<Item>> {
    const self = this;

    try {
      const content = await self._db.collection(path).get();
Severity: Minor
Found in src/firestore.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status