Skip to content

Commit d511e1e

Browse files
committed
fix(controller): remove unnecessary changes
1 parent ddaeadc commit d511e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ exports.index = async (req, res) => {
137137
});
138138
})
139139
.catch((err) => {
140-
// handle rate limit error here
141140
if (err.response.data.message === 'Not Found') {
142141
res.render('layouts/main', {
143142
..._.defaults({ msg: 'User was not found' }, defaultRenderValue)

0 commit comments

Comments
 (0)