Skip to content

Commit

Permalink
solved trailing space lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
phiofuni committed Feb 28, 2025
1 parent 92f63d6 commit 96f3fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchController.search = async function (req, res, next) {

// Map source parameter to category IDs:
// Announcements -> 1
// General -> 2
// General -> 2
// Blogs -> 3
// Comments -> 4
let searchCategories;
Expand Down

0 comments on commit 96f3fc5

Please sign in to comment.