mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-25 00:57:02 -04:00
Update use-default-subplebbits.ts
This commit is contained in:
@@ -40,7 +40,7 @@ const fetchMultisubData = async () => {
|
||||
|
||||
try {
|
||||
const multisub = await fetch(
|
||||
'https://raw.githubusercontent.com/plebbit/lists/refs/heads/master/default-multisub.json',
|
||||
'https://raw.githubusercontent.com/plebbit/lists/master/default-multisub.json',
|
||||
// { cache: 'no-cache' }
|
||||
).then((res) => res.json());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user