Skip to content

Commit

Permalink
chore: sort exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 5, 2024
1 parent f8c32f4 commit 6407f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/utils/webhooks.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { isValidDiscordWebhook } from '../lib/validators/discord'
export { isValidGithubWebhook } from '../lib/validators/github'
export { isValidPaddleWebhook } from '../lib/validators/paddle'
export { isValidPaypalWebhook } from '../lib/validators/paypal'
export { isValidTwitchWebhook } from '../lib/validators/twitch'
export { isValidStripeWebhook } from '../lib/validators/stripe'
export { isValidNuxthubWebhook } from '../lib/validators/nuxthub'
export { isValidDiscordWebhook } from '../lib/validators/discord'

0 comments on commit 6407f9e

Please sign in to comment.