File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ function StarterPackItem({
305
305
listUri : listUri ,
306
306
actorDid : targetDid ,
307
307
} )
308
- logger . metric ( 'starterPack:addUser' , { starterPackUri} )
308
+ logger . metric ( 'starterPack:addUser' , { starterPack : starterPackUri } )
309
309
} else {
310
310
if ( ! starterPackWithMembership . listItem ?. uri ) {
311
311
console . error ( 'Cannot remove: missing membership URI' )
@@ -317,7 +317,7 @@ function StarterPackItem({
317
317
actorDid : targetDid ,
318
318
membershipUri : starterPackWithMembership . listItem . uri ,
319
319
} )
320
- logger . metric ( 'starterPack:removeUser' , { starterPackUri} )
320
+ logger . metric ( 'starterPack:removeUser' , { starterPack : starterPackUri } )
321
321
}
322
322
}
323
323
Original file line number Diff line number Diff line change @@ -322,10 +322,10 @@ export type MetricEvents = {
322
322
| 'SendViaChatDialog'
323
323
}
324
324
'starterPack:addUser' : {
325
- starterPackUri ?: string
325
+ starterPack ?: string
326
326
}
327
327
'starterPack:removeUser' : {
328
- starterPackUri ?: string
328
+ starterPack ?: string
329
329
}
330
330
'starterPack:share' : {
331
331
starterPack : string
You can’t perform that action at this time.
0 commit comments