Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 8, 2021
1 parent 55d7e55 commit ff78969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ topicsController.get = async function getTopic(req, res, callback) {
};

function generateQueryString(query) {
let qString = qs.stringify(query);
const qString = qs.stringify(query);
return qString.length ? `?${qString}` : '';
}

Expand Down

0 comments on commit ff78969

Please sign in to comment.