Update src/lib.rs

This commit is contained in:
Tony Giorgio
2023-05-26 11:14:49 -05:00
committed by GitHub
parent 9874c1e007
commit 81d0b7b115

View File

@@ -345,7 +345,7 @@ pub async fn main(req: Request, env: Env, _ctx: Context) -> Result<Response> {
}
}
// 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(