test
This commit is contained in:
parent
44b5c457bc
commit
6da2446e50
@ -162,7 +162,7 @@ const verifyLinkCode = async (code, steamId, palworldUsername, playerId = null)
|
||||
const getAllLinks = async () => {
|
||||
const connection = getConnection();
|
||||
const [rows] = await connection.execute(
|
||||
'SELECT discord_id, discord_username, steam_id, player_id, palworld_username, linked_at FROM user_links ORDER BY linked_at DESC'
|
||||
'SELECT discord_id, discord_username, steam_id, player_id, palworld_username, lastConnection, linked_at FROM user_links ORDER BY linked_at DESC'
|
||||
);
|
||||
return rows;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user