Skip to content

Commit

Permalink
continue todos
Browse files Browse the repository at this point in the history
  • Loading branch information
joelflowfound committed Feb 28, 2018
1 parent 63b0916 commit a825738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server.create(
const color = get(config, 'log.http.color', 'Yellow');
const defaultLogger = Logger.create(`Request:${guid.raw()}`, {color: Logger.Colors[color]});
return defaultLogger;
})(),
}),
},
serverLogger: logger
}
Expand Down
2 changes: 1 addition & 1 deletion src/fittings/preflight.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const defaults = Object.freeze({
});

const create = (fittingDef) => {

//TODO: Enable cors always?
const methods = castArray(get(fittingDef, ['methods'], defaults.methods));
const origins = castArray(get(fittingDef, ['origins'], defaults.origins));
const status = get(fittingDef, ['status'], defaults.status);
Expand Down

0 comments on commit a825738

Please sign in to comment.