Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
vys69 committed Nov 5, 2024
1 parent 691d185 commit 07c4dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export async function fetchRobloxGameData(gameId: string): Promise<RobloxGame> {
'User-Agent': 'Mozilla/5.0',
'Referer': 'https://www.roblox.com/',
'Origin': 'https://www.roblox.com',
'Cookie': `.ROBLOSECURITY=${process.env.ROBLOSECURITY}`
'Cookie': `.ROBLOSECURITY=${process.env.roblosecurity}`
}
});

Expand Down

0 comments on commit 07c4dd3

Please sign in to comment.