diff --git a/src/node/db/Pad.js b/src/node/db/Pad.js index 6c97fee8d..8aa742850 100644 --- a/src/node/db/Pad.js +++ b/src/node/db/Pad.js @@ -399,7 +399,7 @@ Pad.prototype.copy = async function copy(destinationID, force) { // exists and forcing let pad = await padManager.getPad(destinationID); - await pad.remove(callback); + await pad.remove(); } // copy the 'pad' entry