Skip to content

Commit

Permalink
Merge pull request #16 from metaversecloud-com/hotfix/leaderboard
Browse files Browse the repository at this point in the history
Improved error handling
  • Loading branch information
liebeskind committed Sep 22, 2023
2 parents e2faae0 + a27ab77 commit c6ca5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiggle/src/rtsdk/dataObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export const getAssetAndDataObject = async (req) => {
return droppedAsset;
} catch (e) {
console.log("Error getting asset and data object", e);
if (e && e.errors) console.log("Asset and data object errors", e.errors);
}
};

0 comments on commit c6ca5c9

Please sign in to comment.