Skip to content

Commit

Permalink
fix scope of newKey in ImportEtherpad
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellis committed Feb 22, 2019
1 parent c5a633d commit 39b0c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/utils/ImportEtherpad.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports.setPadRaw = function(padId, records) {
oldPadId[1] = padId;

// and create the value
let newKey = oldPadId.join(":"); // create the new key
newKey = oldPadId.join(":"); // create the new key

}

Expand Down

0 comments on commit 39b0c7e

Please sign in to comment.