Update use-default-subplebbits.ts

This commit is contained in:
plebeius
2025-08-06 13:05:25 +02:00
parent 9aae6acb80
commit dfb677517e

View File

@@ -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());