You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by millayr <gi...@git.apache.org> on 2017/03/13 19:33:18 UTC

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

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

    https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105749148
  
    --- Diff: app/addons/replication/route.js ---
    @@ -39,25 +41,31 @@ const ReplicationRouteObject = FauxtonAPI.RouteObject.extend({
       },
     
       defaultView: function (databaseName) {
    -    const localSource = databaseName || '';
    +    let localSource = databaseName || '';
    --- End diff --
    
    can we switch this back to `const`?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---