fix: add a few more tests for sync and session restore (#22837)

This commit is contained in:
James Long
2026-04-16 12:15:44 -04:00
committed by GitHub
parent 8c0205a84a
commit 305460b25f
3 changed files with 329 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ export const SyncRoutes = lazy(() =>
const body = c.req.valid("json")
const events = body.events
const source = events[0].aggregateID
log.info("sync replay requested", {
sessionID: source,
events: events.length,