Skip to content

Commit

Permalink
Log file data while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 8, 2021
1 parent 93f66a5 commit a33b657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactions/fileShare.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const generateLink = file => {

const uploadToCDN = async files => {
console.log('Generating links for ', files.length, 'file(s)')
console.log(Object.keys(files[0]))

const fileURLs = await Promise.all(
files.map(async file => {
Expand Down

0 comments on commit a33b657

Please sign in to comment.