remove unused posthog events

This commit is contained in:
bkellam 2025-12-10 14:35:56 -08:00
parent d63f3cf9d9
commit 0e2530080e

View file

@ -31,24 +31,6 @@ export type PosthogEventMap = {
}, },
share_link_created: {}, share_link_created: {},
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
wa_secret_created_success: {
key: string,
},
wa_secret_deleted_success: {
key: string,
},
wa_secret_deleted_fail: {
key: string,
error: string,
},
wa_secret_created_fail: {
key: string,
error: string,
},
wa_secret_fetch_fail: {
error: string,
},
//////////////////////////////////////////////////////////////////
wa_warning_nav_connection_fetch_fail: { wa_warning_nav_connection_fetch_fail: {
error: string, error: string,
}, },