Skip to content

Commit

Permalink
fix(api): rss3 network format
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu authored and pull[bot] committed Nov 26, 2024
1 parent e04f57f commit 496b2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/rss3.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest';
import rss3 from './rss3';

const NETWORK = 'RSS';
const NETWORK = 'rsshub';
const TAG = 'RSS';
const TYPE = 'feed';

Expand Down

0 comments on commit 496b2fa

Please sign in to comment.