Skip to content

Commit

Permalink
chore: linting (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and Ace Nassri committed Nov 17, 2022
1 parent 1f0c895 commit 6f88517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/snippets/exportAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main(dumpFilePath) {
// Do things with with the response.
console.log(result);
}
exportAssets().catch((err) => {
exportAssets().catch(err => {
throw err;
});
// [END asset_quickstart_export_assets]
Expand Down

0 comments on commit 6f88517

Please sign in to comment.