mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 22:01:03 +00:00
feat: add los broxas cdn to security policy
This commit is contained in:
@@ -25,6 +25,6 @@ const gamesArray = z.array(
|
||||
|
||||
export const userProfileSchema = z.object({
|
||||
username: z.string(),
|
||||
game: gamesArray,
|
||||
libraryGames: gamesArray,
|
||||
recentGames: gamesArray,
|
||||
});
|
||||
|
||||
@@ -24,7 +24,7 @@ const getUserProfile = async (
|
||||
);
|
||||
|
||||
const libraryGames = await Promise.all(
|
||||
profile.game.map(async (game) => {
|
||||
profile.libraryGames.map(async (game) => {
|
||||
const steamGame = await steamGamesWorker.run(Number(game.objectId), {
|
||||
name: "getById",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user