Skip to content

Commit

Permalink
fix: return self instance
Browse files Browse the repository at this point in the history
  • Loading branch information
pateketrueke committed Aug 5, 2021
1 parent c75c9c6 commit c168b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function JSONSchemaSequelizer(settings, refs, cwd) {
.forEach(schema => {
_defns[schema.id] = { $schema: schema };
});
return this;
};

// synchronize models
Expand Down

0 comments on commit c168b72

Please sign in to comment.