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 = ?',
|
'UPDATE user_links SET lastConnection = NOW() WHERE steam_id = ?',
|
||||||
[steamId]
|
[steamId]
|
||||||
);
|
);
|
||||||
|
return { success: true, changes: result.affectedRows };
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user