mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +00:00
remove incorrect old comments
This commit is contained in:
parent
f7fb12273a
commit
631662bbf9
@ -63,7 +63,6 @@ module.exports = async (opts) => {
|
|||||||
/**
|
/**
|
||||||
* To a Strapi backup file
|
* To a Strapi backup file
|
||||||
*/
|
*/
|
||||||
// treat any unknown arguments as filenames
|
|
||||||
const maxSize = _.isFinite(_.toNumber(opts.maxSize))
|
const maxSize = _.isFinite(_.toNumber(opts.maxSize))
|
||||||
? _.toNumber(opts.maxSize) * BYTES_IN_MB
|
? _.toNumber(opts.maxSize) * BYTES_IN_MB
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|||||||
@ -23,8 +23,6 @@ module.exports = async (opts) => {
|
|||||||
/**
|
/**
|
||||||
* From strapi backup file
|
* From strapi backup file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// treat any unknown arguments as filenames
|
|
||||||
const sourceOptions = {
|
const sourceOptions = {
|
||||||
backupFilePath: filename,
|
backupFilePath: filename,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user