ignore: typo

pull/394/head
Dax Raad 2025-06-25 11:02:57 -04:00
parent 77ae3fb9b9
commit 2f8d23ec66
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { NamedError } from "../util/error"
export namespace Message {
export const OutputLengthError = NamedError.create(
"SessionOutputLengthError",
"MessageOutputLengthError",
z.object({}),
)