Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLuhman committed Jan 20, 2025
1 parent 83a472e commit 8f10a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const searchTools = async (req, res, next) => {
case "category":
res.locals.tools = await Tool.find({
category: searchTerm,
tenant: req.user.tenant.valueOf(),,
tenant: req.user.tenant.valueOf(),
archived: false
}).sort({ [sortField]: sortOrder || 1 });
break;
Expand Down

0 comments on commit 8f10a90

Please sign in to comment.