Skip to content

Commit 1db4e77

Browse files
committed
fix: [#412] missing tracker key in announce URLs
Becuase the Auth Bearer Token was not being added to all API requests, including the GET request to download the torrent file.
1 parent a675ad8 commit 1db4e77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dompurify": "^3.0.5",
4040
"marked": "^9.1.5",
4141
"notiwind-ts": "^2.0.2",
42-
"torrust-index-api-lib": "^1.0.0-alpha.4",
42+
"torrust-index-api-lib": "^1.0.0-alpha.5",
4343
"torrust-index-types-lib": "^1.0.0-alpha.4",
4444
"uuid": "^9.0.0"
4545
}

0 commit comments

Comments
 (0)