geoom/gossip

View on GitHub

Showing 1 of 8 total issues

Function default has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (state = initialState, action) {
  switch (action.type) {
    case 'AUTHENTICATION_REQUEST':
      return {
        ...state,
Severity: Minor
Found in web/src/reducers/session.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language