There was an error while loading. Please reload this page.
1 parent 2881364 commit d6cbf06Copy full SHA for d6cbf06
1 file changed
samples/analyticsReporting/batchGet.js
@@ -52,7 +52,7 @@ if (module === require.main) {
52
const scopes = ['https://www.googleapis.com/auth/analytics'];
53
sampleClient.authenticate(scopes)
54
.then(c => runSample())
55
- .catch(e => console.error);
+ .catch(console.error);
56
}
57
58
// export functions for testing purposes
0 commit comments