Github user timmak commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101279779
  
    --- Diff: app/core/base.js ---
    @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) {
       return FauxtonAPI.session.fetchUser();
     };
     
    -FauxtonAPI.reducers = [];
    +FauxtonAPI.reducers = {};
    +
    +FauxtonAPI.addReducers = (reducers) => {
    +  FauxtonAPI.reducers = Object.assign({}, FauxtonAPI.reducers, reducers);
    +};
     
    --- End diff --
    
    Ok all done should be good to go once tests have passed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to