Kinvey/js-sdk

View on GitHub
packages/js-sdk/src/storage.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  save(docs: any): Promise<any> {
    return queue.add(async () => {
      let docsToSave = docs;
      let singular = false;

Severity: Minor
Found in packages/js-sdk/src/storage.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status