Skip to content

Commit

Permalink
fix lints (#7505)
Browse files Browse the repository at this point in the history
npm run lint
  • Loading branch information
noname2noname authored Oct 19, 2024
1 parent 3a7fcfb commit e1e16f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/templates/HeanCms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default class HeanCms extends Connector {
const request = new Request(url, this.requestOptions);
const {title, series_slug, id} = await this.fetchJSON(request, this.requestOptions);
return new Manga(this, JSON.stringify({
id: id,
slug:series_slug
id: id,
slug:series_slug
}), title);
}

Expand Down

0 comments on commit e1e16f6

Please sign in to comment.