mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 12:51:03 +00:00
feat: adding dynamic dir to get steam user id
This commit is contained in:
@@ -54,7 +54,7 @@ const createSteamShortcut = async (
|
||||
`/games/stats?objectId=${objectId}&shop=${shop}`
|
||||
);
|
||||
|
||||
const steamUserId = getSteamUserId();
|
||||
const steamUserId = await getSteamUserId();
|
||||
|
||||
if (!steamUserId) {
|
||||
logger.error("No Steam user ID found");
|
||||
|
||||
Reference in New Issue
Block a user