Skip to content

Commit d042b63

Browse files
committed
fix(api): rss3 network format
1 parent b8e63d6 commit d042b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/views/rss3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from 'vitest';
22
import rss3 from './rss3';
33

4-
const NETWORK = 'RSS';
4+
const NETWORK = 'rsshub';
55
const TAG = 'RSS';
66
const TYPE = 'feed';
77

lib/views/rss3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import dayjs from 'dayjs';
66
* @returns `JSON.stringify`-ed [UMS Result](https://docs.rss3.io/docs/unified-metadata-schemas)
77
*/
88

9-
const NETWORK = 'RSS';
9+
const NETWORK = 'rsshub';
1010
const TAG = 'RSS';
1111
const TYPE = 'feed';
1212

0 commit comments

Comments
 (0)