HabitatMap/AirCasting

View on GitHub
app/services/api/to_fixed_session_with_streams_hash.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def call
    {
      id: session.id,
      title: session.title,
      username: session.is_indoor ? 'anonymous' : session.user.username,
Severity: Minor
Found in app/services/api/to_fixed_session_with_streams_hash.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status