This commit is contained in:
Louis Mazin 2025-12-09 19:50:37 +01:00
parent 863cffe55e
commit ee4e8a9318

View File

@ -222,6 +222,7 @@ const updateLastConnection = async (steamId) => {
'UPDATE user_links SET lastConnection = NOW() WHERE steam_id = ?',
[steamId]
);
return { success: true, changes: result.affectedRows };
};
module.exports = {