Skip to content

Commit

Permalink
Add unused var on purpose to test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bregwin Jogi committed May 25, 2024
1 parent 27da702 commit cb61934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ router.get('/fragments', require('./get'));
// Other routes (POST, DELETE, etc.) will go here later on...

module.exports = router;

const unneededVariable = 'This variable is never used';

Check failure on line 17 in src/routes/api/index.js

View workflow job for this annotation

GitHub Actions / ESLint

'unneededVariable' is assigned a value but never used

0 comments on commit cb61934

Please sign in to comment.