Skip to content

Commit cbe478e

Browse files
author
Ammar Dodin
committed
😒 revert discovery example
1 parent 5cf39f8 commit cbe478e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/discovery.v1.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ var discovery = new DiscoveryV1({
1313
version_date: DiscoveryV1.VERSION_DATE_2017_04_27
1414
});
1515

16-
discovery.getEnvironments({}, function(error, data) {console.log(JSON.stringify(data, null, 2 ));});
16+
discovery.getEnvironments({}, function(error, data) {
17+
console.log(JSON.stringify(data, null, 2));
18+
});
1719

1820
// var file = fs.readFileSync('../test/resources/sampleHtml.html');
1921
var file = fs.createReadStream('../test/resources/sampleWord.docx');

0 commit comments

Comments
 (0)