Currently shows: ``` var gcloud = require('gcloud')({ projectId: config.projectId, keyFilename: config.keyFilename }); ``` It should show: ``` var gcloud = require('gcloud'); ```
Currently shows:
It should show: