case types.RECEIVE_CHARACTERS_ERROR:
      return Object.assign({}, state, { isLoading: false, data: action.payload.data, error: true });