Skip to content

Commit 90ea8fc

Browse files
authored
Update users.ts
1 parent 794b23d commit 90ea8fc

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/config/users.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@ export const MEMBERS: readonly Member[] = [
334334
github: 'jenn-newton',
335335
memberOf: [ROLE_IDS.SECURITY_WG],
336336
},
337+
{
338+
github: 'jeongukjae',
339+
discord: '334348926658412564',
340+
memberOf: [ROLE_IDS.INTERCEPTORS_WG],
341+
},
337342
{
338343
github: 'joan-anthropic',
339344
discord: '1398403578892128437',
@@ -749,12 +754,4 @@ export const MEMBERS: readonly Member[] = [
749754
email: 'davideramian@anthropic.com',
750755
memberOf: [ROLE_IDS.ANTITRUST],
751756
},
752-
{
753-
github: 'jeongukjae',
754-
email: 'jeongukjae@github.com',
755-
firstName: 'Uk-Jae',
756-
lastName: 'Jeong',
757-
discord: '334348926658412564',
758-
memberOf: [ROLE_IDS.INTERCEPTORS_WG],
759-
},
760757
] as const;

0 commit comments

Comments
 (0)