diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/permissions.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/permissions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/permissions.ts b/server/sonar-web/src/main/js/api/permissions.ts index 43de59421a7..b87dbc9956d 100644 --- a/server/sonar-web/src/main/js/api/permissions.ts +++ b/server/sonar-web/src/main/js/api/permissions.ts @@ -17,8 +17,8 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { getJSON, post, postJSON, RequestData } from '../helpers/request'; import { BaseSearchProjectsParameters } from './components'; +import { getJSON, post, postJSON, RequestData } from '../helpers/request'; const PAGE_SIZE = 100; |