Skip to content

Commit

Permalink
misc; missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Feb 16, 2018
1 parent b164039 commit fda84f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ function transform(api, defaults, callback) {
if (api.components) {
for (let s in api.components.schemas) {
let schema = api.components.schemas[s];
let container = {}
let container = {};
let model = {};
model.name = s;
if (obj.modelNaming === 'snake_case') {
Expand Down

0 comments on commit fda84f8

Please sign in to comment.