From 81d0b7b1154210a60da60df394d700027e91ad4d Mon Sep 17 00:00:00 2001 From: Tony Giorgio <101225832+TonyGiorgio@users.noreply.github.com> Date: Fri, 26 May 2023 11:14:49 -0500 Subject: [PATCH] Update src/lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e6d09c6..da4d943 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -345,7 +345,7 @@ pub async fn main(req: Request, env: Env, _ctx: Context) -> Result { } } - // send all found evens to the user + // send all found events to the user for event in events { console_log!("sending event to client: {}", &event.id); let relay_msg = RelayMessage::new_event(