mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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
|
||||
*/
|
||||
// treat any unknown arguments as filenames
|
||||
const maxSize = _.isFinite(_.toNumber(opts.maxSize))
|
||||
? _.toNumber(opts.maxSize) * BYTES_IN_MB
|
||||
: undefined;
|
||||
|
||||
@ -23,8 +23,6 @@ module.exports = async (opts) => {
|
||||
/**
|
||||
* From strapi backup file
|
||||
*/
|
||||
|
||||
// treat any unknown arguments as filenames
|
||||
const sourceOptions = {
|
||||
backupFilePath: filename,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user