Skip to content

Commit b9f4a09

Browse files
chore: linting (#309)
1 parent 3fb967d commit b9f4a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/snippets/exportAssets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(dumpFilePath) {
4949
// Do things with with the response.
5050
console.log(result);
5151
}
52-
exportAssets().catch((err) => {
52+
exportAssets().catch(err => {
5353
throw err;
5454
});
5555
// [END asset_quickstart_export_assets]

0 commit comments

Comments
 (0)