mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
ImportHandler: flattened code
Removed redundant else, no functional changes
This commit is contained in:
parent
fb552b2dbb
commit
f652ba8c52
1 changed files with 2 additions and 2 deletions
|
@ -181,9 +181,9 @@ exports.doImport = function(req, res, padId)
|
|||
if(err) {
|
||||
console.warn("Converting Error:", err);
|
||||
return callback("convertFailed");
|
||||
} else {
|
||||
callback();
|
||||
}
|
||||
|
||||
callback();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue