First list and integer questions, spaces to tabs

This commit is contained in:
Will Boyd
2025-02-01 08:27:58 -05:00
parent cf338813f1
commit f6197d1d70
6 changed files with 84 additions and 55 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ async function writeImageFilesPromise(posts, config) {
destinationPath,
delay
};
delay += settings.image_file_request_delay;
delay += config.imageFileRequestDelay;
return [payload];
}
});