Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #215 from netlify/bug/upload-files
Browse files Browse the repository at this point in the history
Fix `uploadFiles()` export
  • Loading branch information
ehmicky authored Dec 10, 2020
2 parents a37985a + c9d551e commit fa059d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/upload-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ const retryUpload = (uploadFn, maxRetry) =>
tryUpload(0, 0)
})

module.exports = { uploadFiles }
module.exports = uploadFiles

0 comments on commit fa059d7

Please sign in to comment.