mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +00:00
Fix name conflict with name
from the bunyan
format.
This commit is contained in:
parent
b3ed5fd21e
commit
c1caed5404
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ impl ResponseError for SubscribeError {
|
|||
name = "Adding a new subscriber",
|
||||
skip(form, pool, email_client, base_url),
|
||||
fields(
|
||||
email = %form.email,
|
||||
name = %form.name
|
||||
subscriber_email = %form.email,
|
||||
subscriber_name = %form.name
|
||||
)
|
||||
)]
|
||||
pub async fn subscribe(
|
||||
|
|
Loading…
Reference in a new issue