invert flag for sending to statsig (#8431)
This commit is contained in:
@@ -56,7 +56,7 @@ export function useVerificationsRemoveMutation() {
|
||||
)
|
||||
},
|
||||
async onSuccess(_, {profile}) {
|
||||
logger.metric('verification:revoke', {})
|
||||
logger.metric('verification:revoke', {}, {statsig: true})
|
||||
await updateProfileVerificationCache({profile})
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user