(mins: number)
| 173 | // request to resolve the id — they must agree throughout a visit. |
| 174 | const t0 = new Date('2026-06-08T12:00:00.000Z'); |
| 175 | const at = (mins: number) => new Date(t0.getTime() + mins * 60_000); |
| 176 | |
| 177 | const e1 = await sessionBuffer.ingest( |
| 178 | makePayload({ createdAt: t0, sessionId: 'S1' }) |
no outgoing calls
no test coverage detected