Skip to content

Commit

Permalink
#63 (#64)
Browse files Browse the repository at this point in the history
The path param should be optional
  • Loading branch information
monolithed authored and bcherny committed Mar 8, 2017
1 parent 8752385 commit 2391463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -295,7 +295,7 @@ class Compiler {

export function compile(
schema: JSONSchema,
path: string | undefined,
path?: string,
settings?: Settings
): string {
return new Compiler(schema, path, settings).toString()
Expand Down

0 comments on commit 2391463

Please sign in to comment.