Corrected the telemetery event name

This commit is contained in:
Vladyslav Matsiiako
2023-01-12 22:15:17 -08:00
parent d579684d2f
commit d958341154

View File

@ -206,7 +206,7 @@ export const getSecrets = async (req: Request, res: Response) => {
if (postHogClient) {
postHogClient.capture({
event: 'secrets added',
event: 'secrets pulled',
distinctId: userEmail,
properties: {
numberOfSecrets: secrets.length,