Skip to content

Commit 9eb6d42

Browse files
committed
refactor(service): users/auth: remove unnecessary passport initialize call
1 parent 6740997 commit 9eb6d42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/src/express.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ app.use(
4040
express.json(jsonOptions),
4141
express.urlencoded( { ...jsonOptions, extended: true }));
4242

43-
app.use(passport.initialize());
4443
app.get('/api/docs/openapi.yaml', async function(req, res) {
4544
const docPath = path.resolve(__dirname, 'docs', 'openapi.yaml');
4645
fs.readFile(docPath, (err, contents) => {

0 commit comments

Comments
 (0)