Bad "options.expiresIn" option the payload already has an "exp" property

return jwt.sign(user, ‘’ + process.env.ACCESS_TOKEN_LOGIN + ‘’, {
expiresIn: ‘60s’,
});
};

I don’t know, I did change it to exp but it’s not working. Can you help me?