Skip to content

Commit

Permalink
Removing account webhook type (#144)
Browse files Browse the repository at this point in the history
Account webhooks have no existed for a while, removing it from the sdk types to avoid confusion
  • Loading branch information
DmitriDmitriDmitri authored Sep 25, 2024
1 parent 2661fd9 commit 4f2c339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export enum WebhookType {
ENHANCED = 'enhanced',
RAW = 'raw',
DISCORD = 'discord',
ACCOUNT = 'account',
ENHANCED_DEVNET = 'enhancedDevnet',
RAW_DEVNET = 'rawDevnet',
DISCORD_DEVNET = 'discordDevnet',
Expand Down

0 comments on commit 4f2c339

Please sign in to comment.