Fix JS Doc deletion

This commit is contained in:
Nicholas Wallace 2026-01-24 18:42:50 -07:00
parent b8a2d113f0
commit 077b523bd6

View file

@ -184,6 +184,7 @@ class TokenManager {
* @param {import('express').Request} req
* @param {import('express').Response} res
* @param {boolean} noGracePeriod - whether to skip the grace period
* @returns {Promise<{ accessToken:string, refreshToken:string }>}
*/
async rotateTokensForSession(session, user, req, res, noGracePeriod = false) {
// Generate new tokens