There was an error while loading. Please reload this page.
1 parent 794b23d commit 90ea8fcCopy full SHA for 90ea8fc
1 file changed
src/config/users.ts
@@ -334,6 +334,11 @@ export const MEMBERS: readonly Member[] = [
334
github: 'jenn-newton',
335
memberOf: [ROLE_IDS.SECURITY_WG],
336
},
337
+ {
338
+ github: 'jeongukjae',
339
+ discord: '334348926658412564',
340
+ memberOf: [ROLE_IDS.INTERCEPTORS_WG],
341
+ },
342
{
343
github: 'joan-anthropic',
344
discord: '1398403578892128437',
@@ -749,12 +754,4 @@ export const MEMBERS: readonly Member[] = [
749
754
email: 'davideramian@anthropic.com',
750
755
memberOf: [ROLE_IDS.ANTITRUST],
751
756
752
- {
753
- github: 'jeongukjae',
- email: 'jeongukjae@github.com',
- firstName: 'Uk-Jae',
- lastName: 'Jeong',
757
- discord: '334348926658412564',
758
- memberOf: [ROLE_IDS.INTERCEPTORS_WG],
759
- },
760
] as const;
0 commit comments