MadKudu/node-eloqua

View on GitHub

Showing 1 of 3 total issues

Function fetchPage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async fetchPage() {
    this.connecting = true; // set to connecting = true to prevent the stream to call _read multiple times
    debug('fetch', this.limit, this.offset);
    try {
      const results = await this.client.bulk.getSyncData(
Severity: Minor
Found in lib/stream.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language