Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent 56e66f5 commit 60b3078
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/routes/tongji/sem/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { load } from 'cheerio';
import { parseDate } from '@/utils/parse-date';
import { config } from '@/config';


export async function getNotifByPage(url): Promise<{ title: string; link: string; pubDate: Date }[]> {
const pageUrl: string = url;

Expand Down Expand Up @@ -39,7 +38,6 @@ export async function getNotifByPage(url): Promise<{ title: string; link: string
return [];
}


export async function getArticle(item) {
const articleUrl: string = item.link;

Expand Down

0 comments on commit 60b3078

Please sign in to comment.