Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr committed Oct 19, 2023
1 parent afc3626 commit 2a555b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/problem/ITCoderHUTECHProblemParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class ITCoderHUTECHProblemParser extends Parser {

public async parse(url: string, html: string): Promise<Sendable> {
const doc = htmlToElement(html);
const task = new TaskBuilder('IT Coder HUTECH').setUrl(url);
const task = new TaskBuilder('ITCoder HUTECH').setUrl(url);

task.setName(doc.querySelector('h2').textContent);

Expand Down

0 comments on commit 2a555b4

Please sign in to comment.