Skip to content

Commit d0cb7df

Browse files
Add KKonstantinov and mattzcarey to typescript-sdk (#13)
1 parent 9699fbb commit d0cb7df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/config/users.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const MEMBERS: readonly Member[] = [
166166
},
167167
{
168168
github: 'KKonstantinov',
169-
memberOf: ['inspector-maintainers'],
169+
memberOf: ['inspector-maintainers', 'typescript-sdk'],
170170
},
171171
{
172172
github: 'koic',
@@ -200,6 +200,10 @@ export const MEMBERS: readonly Member[] = [
200200
github: 'maxisbey',
201201
memberOf: ['core', 'python-sdk'],
202202
},
203+
{
204+
github: 'mattzcarey',
205+
memberOf: ['typescript-sdk'],
206+
},
203207
{
204208
github: 'michaelneale',
205209
memberOf: ['rust-sdk'],

0 commit comments

Comments
 (0)