Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bregwin Jogi committed May 25, 2024
1 parent cb61934 commit 2cda343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ router.get('/fragments', require('./get'));

module.exports = router;

const unneededVariable = 'This variable is never used';

0 comments on commit 2cda343

Please sign in to comment.