Skip to content

Commit 12183b7

Browse files
authored
Reverting comments as for planned license change
1 parent 0259bd7 commit 12183b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/helper/author.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ export class AuthorHelper {
7777

7878
private static async getAuthorDetails(payload: Infer<typeof getBasicValidator>) {
7979
// Credits for this endpoint to https://github.com/sunbrolynk
80-
// The discovered repository did not contain any license, but simple URLs/API endpoints
81-
// are not copyrightable. On that note, said repository infringes this repos copyright (Thus not liking repo).
82-
// Since the implementation is not taken from said repository, there's no copyright infringement.
8380

8481
return await axios.get(
8582
`https://api.audible${regionMap[payload.region]}/1.0/catalog/contributors/` + payload.asin,

0 commit comments

Comments
 (0)