mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 18:56:14 +09:00
First list and integer questions, spaces to tabs
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ async function writeImageFilesPromise(posts, config) {
|
||||
destinationPath,
|
||||
delay
|
||||
};
|
||||
delay += settings.image_file_request_delay;
|
||||
delay += config.imageFileRequestDelay;
|
||||
return [payload];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user