There was an error while loading. Please reload this page.
1 parent 4fa22bc commit 4c61e50Copy full SHA for 4c61e50
README.md
@@ -68,7 +68,7 @@ $RefParser.dereference(mySchema, (err, schema) => {
68
// including referenced files, combined into a single object
69
console.log(schema.definitions.person.properties.firstName);
70
}
71
-}
+})
72
```
73
74
Or use `async`/`await` syntax instead. The following example is the same as above:
0 commit comments