invert flag for sending to statsig (#8431)

This commit is contained in:
hailey
2025-05-30 12:13:44 -07:00
committed by GitHub
parent 4890648116
commit 2a453cd9ca
23 changed files with 154 additions and 69 deletions
@@ -56,7 +56,7 @@ export function useVerificationsRemoveMutation() {
)
},
async onSuccess(_, {profile}) {
logger.metric('verification:revoke', {})
logger.metric('verification:revoke', {}, {statsig: true})
await updateProfileVerificationCache({profile})
},
})