We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0259bd7 commit 12183b7Copy full SHA for 12183b7
app/helper/author.ts
@@ -77,9 +77,6 @@ export class AuthorHelper {
77
78
private static async getAuthorDetails(payload: Infer<typeof getBasicValidator>) {
79
// 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.
83
84
return await axios.get(
85
`https://api.audible${regionMap[payload.region]}/1.0/catalog/contributors/` + payload.asin,
0 commit comments