Skip to content

Commit

Permalink
apply codefactor fixes (#133)
Browse files Browse the repository at this point in the history
[CodeFactor] Apply fixes to commit adddb56

Co-authored-by: codefactor-io <support@codefactor.io>
  • Loading branch information
codefactor-io[bot] and code-factor authored Dec 10, 2022
1 parent adddb56 commit 4f1e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/meta/mal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class Myanimelist extends AnimeParser {
.split(',');
animeInfo.studios = [];

let producers: string[] = [];
const producers: string[] = [];
$('a').each(function (i: number, link: any) {
if (
$(link).attr('href')?.includes('producer') &&
Expand Down

0 comments on commit 4f1e9ac

Please sign in to comment.