test
This commit is contained in:
parent
863cffe55e
commit
ee4e8a9318
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user