Explorar o código

remove an unnecessary comment

kaoritokashiki %!s(int64=5) %!d(string=hai) anos
pai
achega
75960e80a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }
   });