mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-11 15:16:28 +02:00
ImportHandler: flattened code
Removed redundant else, no functional changes
This commit is contained in:
parent
fb552b2dbb
commit
f652ba8c52
@ -181,9 +181,9 @@ exports.doImport = function(req, res, padId)
|
||||
if(err) {
|
||||
console.warn("Converting Error:", err);
|
||||
return callback("convertFailed");
|
||||
} else {
|
||||
callback();
|
||||
}
|
||||
|
||||
callback();
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user