What is wrong with my code? The error message says ‘initializePassport is not a function’
server.js
passport-config.js
That function isn’t exported currently
I export it with modules.export, right?