db/Pad: removed unuseful else clause, no functional changes
This commit is contained in:
parent
e90487c3e2
commit
049f5f2859
1 changed files with 2 additions and 4 deletions
|
@ -489,11 +489,9 @@ Pad.prototype.copy = function copy(destinationID, force, callback) {
|
|||
callback(new customError("groupID does not exist for destinationID","apierror"));
|
||||
return;
|
||||
}
|
||||
|
||||
//everything is fine, continue
|
||||
else
|
||||
{
|
||||
callback();
|
||||
}
|
||||
callback();
|
||||
});
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue