2
0
ryohi15 5 жил өмнө
parent
commit
d11edf08e5

+ 1 - 1
src/server/routes/apiv3/growi-cloud.js

@@ -16,7 +16,7 @@ module.exports = (crowi) => {
       const gcContributorsRes = await axios.get(url.toString());
       return res.apiv3(gcContributorsRes.data);
     }
-    catch(err) {
+    catch (err) {
       return res.apiv3Err(err, 500);
     }
   });