Skip to content

Commit

Permalink
fix(docs): broken links in README.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 11, 2019
1 parent 55daf7c commit 608fc16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asset/snippets/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function exportAssets(dumpFilePath) {

// Your Google Cloud Platform project ID
const projectId = await client.getProjectId();
console.log(projectId);
const projectResource = client.projectPath(projectId);

// var dumpFilePath = 'Dump file path, e.g.: gs://<my_bucket>/<my_asset_file>'
Expand Down

0 comments on commit 608fc16

Please sign in to comment.