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 committed Nov 26, 2024
1 parent b8e63d6 commit d042b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/views/rss3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import dayjs from 'dayjs';
* @returns `JSON.stringify`-ed [UMS Result](https://docs.rss3.io/docs/unified-metadata-schemas)
*/

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

Expand Down

0 comments on commit d042b63

Please sign in to comment.