implement link formatting
This commit is contained in:
parent
e7a41a520a
commit
711a799482
3 changed files with 24 additions and 9 deletions
|
@ -7,7 +7,6 @@ let db = await initDb();
|
|||
//todo: fix jank
|
||||
|
||||
router.get('/:id', async (req, res, next) => {
|
||||
|
||||
let replies = [];
|
||||
let feeder = req.params.id;
|
||||
let feederType = 'comment';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue