Skip to content

Commit

Permalink
Update acom-widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn authored May 24, 2024
1 parent 6a0959d commit 2489cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acrobat/blocks/acom-widget/acom-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ const uploadToAdobe = async (file, progressBarWrapper, progressBar) => {

// Usage example

// await getAssetMetadata(assetUri, accessToken)
// .then((data) => console.log('Asset metadata:', data))
// .catch((error) => console.error('Error:', error));
await getAssetMetadata(assetUri, accessToken)
.then((data) => console.log('Asset metadata:', data))
.catch((error) => console.error('Error:', error));

// // // Step 4: Fetch Metadata

Expand Down

0 comments on commit 2489cab

Please sign in to comment.