Skip to content

Commit

Permalink
Remove serializers from index impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldfar committed Sep 15, 2023
1 parent 4d8efd7 commit 4ca3f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const server = restify.createServer({

server.pre(restify.plugins.requestLogger({
log: log,
serializers: restify.bunyan.serializers
}));
server.use(restify.plugins.queryParser());
server.use(restify.plugins.authorizationParser());
Expand Down

0 comments on commit 4ca3f9f

Please sign in to comment.