chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 03:28:30 +00:00
parent 949ac8ed15
commit 6071cafce1
2 changed files with 2 additions and 3 deletions
@@ -138,7 +138,7 @@ export const createSseClient = <TData = unknown>({
const abortHandler = () => {
try {
void reader.cancel()
reader.cancel()
} catch {
// noop
}