ignore: typo

pull/439/head^2
Dax Raad 2025-06-25 11:02:57 -04:00 committed by Jay V
parent dcd3131f58
commit 9d3fad754d
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({}),
)