mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +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",
|
||||
skip(payload, pool),
|
||||
fields(
|
||||
request_id=%Uuid::new_v4(),
|
||||
email = %payload.email,
|
||||
name = %payload.name
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue