From 1962bc64271ab79eb5f3b99295c29c380bff1ec5 Mon Sep 17 00:00:00 2001 From: Tao Zhou Date: Wed, 5 Aug 2020 11:05:28 +0200 Subject: [PATCH] Remove duplicate identifier Change-Id: Ie85a115eab4555fc80d671967411eb839bb8727c --- polygerrit-ui/app/types/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/polygerrit-ui/app/types/common.ts b/polygerrit-ui/app/types/common.ts index 6f087fa7a7..2f19615d4d 100644 --- a/polygerrit-ui/app/types/common.ts +++ b/polygerrit-ui/app/types/common.ts @@ -45,7 +45,6 @@ export type RequirementType = BrandType; export type TrackingId = BrandType; export type ReviewInputTag = BrandType; export type RepositoryName = BrandType; -export type GroupId = BrandType; // The URL encoded UUID of the comment export type UrlEncodedCommentId = BrandType;