diff options
Diffstat (limited to 'server/sonar-web/src/main/js/store/branches.ts')
-rw-r--r-- | server/sonar-web/src/main/js/store/branches.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/store/branches.ts b/server/sonar-web/src/main/js/store/branches.ts index ede17adbb7f..fee3975287b 100644 --- a/server/sonar-web/src/main/js/store/branches.ts +++ b/server/sonar-web/src/main/js/store/branches.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 { ActionType } from './utils/actions'; import { getBranchLikeKey } from '../helpers/branches'; +import { ActionType } from './utils/actions'; export interface BranchStatusData { conditions?: T.QualityGateStatusCondition[]; |