Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
fu351 committed Dec 15, 2023
1 parent 4da4a35 commit 359b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ router.post('/package/byRegEx', async (req, res) => {
const objectdata = {};
objectdata.Version = object.Metadata.version;
objectdata.Name = object.Metadata.name;
//objectdata.Popularity = object.Metadata.popularity;
objectdata.Popularity = object.Metadata.popularity;
matchedPackages.push(objectdata);
}
else {
Expand Down

0 comments on commit 359b0e3

Please sign in to comment.