chore: remove repetitive word (#1790)

Signed-off-by: availhang <mayangang@outlook.com>
This commit is contained in:
George Ma 2024-03-25 13:02:25 +08:00 committed by GitHub
parent 1817bba284
commit 3a0cf98d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ Create a new subscriber.
| email | string | Yes | Subscriber's email address. |
| name | string | Yes | Subscriber's name. |
| status | string | Yes | Subscriber's status: `enabled`, `disabled`, `blocklisted`. |
| lists | number\[\] | | List of list IDs to to subscribe to. |
| lists | number\[\] | | List of list IDs to subscribe to. |
| attribs | JSON | | Attributes of the new subscriber. |
| preconfirm_subscriptions | bool | | If true, subscriptions are marked as confirmed and no-optin emails are sent for double opt-in lists. |