Skip to content

Commit 9dffa5d

Browse files
jankeromnesroboquat
authored andcommitted
[trivial] Remove unused constant TEAM_NAMES_ATTRIBUTE
1 parent 1454544 commit 9dffa5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: components/gitpod-protocol/src/experiments/configcat.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const USER_ID_ATTRIBUTE = "user_id";
1313
export const PROJECT_ID_ATTRIBUTE = "project_id";
1414
export const TEAM_ID_ATTRIBUTE = "team_id";
1515
export const TEAM_NAME_ATTRIBUTE = "team_name";
16-
export const TEAM_NAMES_ATTRIBUTE = "team_names";
1716
export const BILLING_TIER_ATTRIBUTE = "billing_tier";
1817

1918
export class ConfigCatClient implements Client {

0 commit comments

Comments
 (0)