Skip to content

Commit b2b95ad

Browse files
committed
Remove unnecessary assignment
1 parent bd0cea3 commit b2b95ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ router.get('/list', (req, res) => {
3434

3535
router.get('/:size?/random', (req, res) => {
3636
const faceParts = potato.parts(uuid.v4());
37-
// @ts-ignore
38-
req.faceParts = faceParts;
3937

4038
return combine(faceParts, req.params.size, (err, stdout) =>
4139
sendImage({ stdout, response: res }),

0 commit comments

Comments
 (0)