remove duplicate request_id in subscription instrumentation (#10)

This commit is contained in:
William Gough 2020-10-14 09:03:11 +01:00 committed by GitHub
parent 17fa92e395
commit 8730d59e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
)