ForestAdmin/forest-express

View on GitHub
src/integrations/intercom/serializers/intercom-attributes.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function serializeIntercomAttributes has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function serializeIntercomAttributes(attributes, collectionName, meta) {
  const type = `${collectionName}_intercom_attributes`;

  const unixTimestampToDateOrNull = (unixTimestamp) =>
    unixTimestamp && new Date(unixTimestamp * 1000);
Severity: Minor
Found in src/integrations/intercom/serializers/intercom-attributes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status