Skip to content

Commit cc30e60

Browse files
committed
Reverted change, spaces shouldn't be allowed in API names to ensure compatibility
1 parent af6009f commit cc30e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/apis/MALAPIManga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class MALAPIManga extends APIModel {
1212
super();
1313

1414
this.plugin = plugin;
15-
this.apiName = 'MALAPI Manga';
15+
this.apiName = 'MALAPIManga';
1616
this.apiDescription = 'A free API for Manga. Some results may take a long time to load.';
1717
this.apiUrl = 'https://jikan.moe/';
1818
this.types = [MediaType.ComicManga];

0 commit comments

Comments
 (0)