Преглед изворни кода

remove an unnecessary comment

kaoritokashiki пре 5 година
родитељ
комит
75960e80a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/routes/apiv3/attachment.js

+ 1 - 1
src/server/routes/apiv3/attachment.js

@@ -29,7 +29,7 @@ module.exports = (crowi) => {
     }
     catch (err) {
       logger.error('attachment not found', err);
-      return res.apiv3Err(err, 404); // 400?
+      return res.apiv3Err(err, 404);
     }
   });