From a53798930b08f7f6186b097b106994d7c903c263 Mon Sep 17 00:00:00 2001 From: Evan Hicks Date: Thu, 29 May 2025 11:59:44 -0400 Subject: [PATCH] test: PR that can be fast reverted --- src/store/inflight_activation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/inflight_activation.rs b/src/store/inflight_activation.rs index bed563c2..ab3f486c 100644 --- a/src/store/inflight_activation.rs +++ b/src/store/inflight_activation.rs @@ -70,7 +70,7 @@ pub struct InflightActivation { /// The offset the activation had pub offset: i64, - /// The timestamp when the activation was stored in activation store. + /// The timestamp when the activation was stored in activation store.asd pub added_at: DateTime, /// The timestamp a task was stored in Kafka