mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
chore: ui updates
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
export const toFriendlyWebhookEventName = (eventName: string) => {
|
||||
return eventName.replace(/_/g, '.').toLowerCase();
|
||||
};
|
||||
Reference in New Issue
Block a user