mike-north/ember-intercom-io

View on GitHub
addon/services/intercom.js

Summary

Maintainability
A
3 hrs
Test Coverage

`` has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

export default Service.extend(Evented, {
  init() {
    this._super(...arguments);
    set(this, 'user', { email: null, name: null, hash: null, user_id: null });
  },
Severity: Minor
Found in addon/services/intercom.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status