ImportHandler: Delete redundant variable
parent
cc52811cd0
commit
008209b0e0
|
@ -152,7 +152,6 @@ const doImport = async (req, res, padId) => {
|
||||||
throw 'padHasData';
|
throw 'padHasData';
|
||||||
}
|
}
|
||||||
|
|
||||||
const fsp_readFile = util.promisify(fs.readFile);
|
|
||||||
const _text = await fsp_readFile(srcFile, 'utf8');
|
const _text = await fsp_readFile(srcFile, 'utf8');
|
||||||
req.directDatabaseAccess = true;
|
req.directDatabaseAccess = true;
|
||||||
await importEtherpad.setPadRaw(padId, _text);
|
await importEtherpad.setPadRaw(padId, _text);
|
||||||
|
|
Loading…
Reference in New Issue