Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Feb 8, 2025
1 parent 89445a6 commit cb723a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function fetchClientData() {
try {
const results = await Promise.all(
libs.map(lib =>
fetch(`https://github.com/TelegramPlayGround/bmt/raw/master/outputs/${lib.name}.json`)
fetch(`https://raw.githubusercontent.com/TelegramPlayGround/bmt/master/outputs/${lib.name}.json`)
.then(res => res.json())
.then(data => ({ lib, data }))
)
Expand Down

0 comments on commit cb723a4

Please sign in to comment.