We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc5aa2 commit b4211cfCopy full SHA for b4211cf
README.md
@@ -44,9 +44,9 @@ db.createCollection(
44
{author: 'WG Sebald', ...}
45
)
46
.result(function(response) {
47
- console.log(JSON.stringify(response,null,2));
+ console.log(JSON.stringify(response, null, 2));
48
}, function (error) {
49
- console.log(JSON.stringify(error,null,2));
+ console.log(JSON.stringify(error, null, 2));
50
});
51
```
52
0 commit comments