Skip to content

Commit

Permalink
style: make eslint happy :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly authored Oct 29, 2022
1 parent c940bdd commit e2d82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/oj/nowcoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { load } from "cheerio";
import { OJ } from ".";
import { Contest, rule } from "../contest";
import { decode } from 'html-entities';
import { decode } from "html-entities";

type result = {
isSignUp: boolean,
Expand Down

0 comments on commit e2d82cb

Please sign in to comment.