pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

Jorrin 4bdb95ed 52bc66e7

+1 -3
+1 -3
src/backend/providers/fetchers.ts
··· 57 57 const fetcher: Fetcher = async (url, ops) => { 58 58 return sendExtensionRequest({ 59 59 url, 60 - method: ops?.method ?? "GET", 61 - headers: ops?.headers, 62 - body: ops?.body, 60 + ...ops, 63 61 }) as any; 64 62 }; 65 63 return fetcher;