mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
remove duplicate request_id in subscription instrumentation (#10)
This commit is contained in:
parent
17fa92e395
commit
8730d59e70
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ pub struct SubscribeRequest {
|
||||||
name = "Adding a new subscriber",
|
name = "Adding a new subscriber",
|
||||||
skip(payload, pool),
|
skip(payload, pool),
|
||||||
fields(
|
fields(
|
||||||
request_id=%Uuid::new_v4(),
|
|
||||||
email = %payload.email,
|
email = %payload.email,
|
||||||
name = %payload.name
|
name = %payload.name
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue