@@ -101,7 +101,6 @@ class StaffCredit extends React.Component {
});
}, 10);
- // TODO: check front to see either it can use configmanager or not.
this.props.appContainer.apiv3Get('/growi-cloud/staff-credit').then((res) => {
@@ -1,4 +1,3 @@
-// TODO: check front to see either it can use configmanager or not.
const express = require('express');
const axios = require('axios');