linagora/openpaas-esn

View on GitHub
backend/core/activitystreams/pubsub.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateTimelineEntriesTracker has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function updateTimelineEntriesTracker(data, callback) {
  if (!data) {
    logger.warn('Can not create timeline entries tracker from null data');

    return;
Severity: Minor
Found in backend/core/activitystreams/pubsub.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status