selfhostable, read-only reddit client
16
fork

Configure Feed

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

dbg

Akshay 9cbe9a1f 42409ecb

+1
+1
src/routes/index.js
··· 148 148 createInvite(); 149 149 return res.redirect("/dashboard"); 150 150 } catch (err) { 151 + console.log(err); 151 152 return res.send("failed to create invite"); 152 153 } 153 154 });