Skip to content

Commit

Permalink
fix(providers): fix whatsapp apiKey regex (#2982)
Browse files Browse the repository at this point in the history
## Describe your changes

- Fix whatsapp apiKey regex
  • Loading branch information
hassan254-prog authored Nov 13, 2024
1 parent 2364457 commit 927fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6007,7 +6007,7 @@ whatsapp-business:
type: string
title: API Key
description: The access token to your whatsapp account
pattern: '^[A-Za-z0-9-_]+\.([A-Za-z0-9-_]+\.[A-Za-z0-9-_]+)$'
pattern: '^[a-zA-Z0-9]+$'

whoop:
display_name: Whoop
Expand Down

0 comments on commit 927fed9

Please sign in to comment.