mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
remove unused posthog events
This commit is contained in:
parent
d63f3cf9d9
commit
0e2530080e
1 changed files with 0 additions and 18 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue