We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e63d6 commit d042b63Copy full SHA for d042b63
lib/views/rss3.test.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, it } from 'vitest';
2
import rss3 from './rss3';
3
4
-const NETWORK = 'RSS';
+const NETWORK = 'rsshub';
5
const TAG = 'RSS';
6
const TYPE = 'feed';
7
lib/views/rss3.ts
@@ -6,7 +6,7 @@ import dayjs from 'dayjs';
* @returns `JSON.stringify`-ed [UMS Result](https://docs.rss3.io/docs/unified-metadata-schemas)
*/
8
9
10
11
12
0 commit comments