We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9699fbb commit d0cb7dfCopy full SHA for d0cb7df
src/config/users.ts
@@ -166,7 +166,7 @@ export const MEMBERS: readonly Member[] = [
166
},
167
{
168
github: 'KKonstantinov',
169
- memberOf: ['inspector-maintainers'],
+ memberOf: ['inspector-maintainers', 'typescript-sdk'],
170
171
172
github: 'koic',
@@ -200,6 +200,10 @@ export const MEMBERS: readonly Member[] = [
200
github: 'maxisbey',
201
memberOf: ['core', 'python-sdk'],
202
203
+ {
204
+ github: 'mattzcarey',
205
+ memberOf: ['typescript-sdk'],
206
+ },
207
208
github: 'michaelneale',
209
memberOf: ['rust-sdk'],
0 commit comments