We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3b8d commit 914cba7Copy full SHA for 914cba7
lib/s3-sync.js
@@ -41,7 +41,7 @@ export async function backupExistingFolders() {
41
await checkExecutableValidity()
42
const timestamp = new Date().toLocaleString().replace(/[/|:| |,]/g, '_')
43
44
- await executeS3Sync({
+ return await executeS3Sync({
45
from: `${apiDocsBucketUrl}/rev-index`,
46
to: `${apiDocsBucketUrl}/rev-index-backup/${timestamp}`,
47
})
0 commit comments