ignore: typo

This commit is contained in:
Dax Raad 2025-06-25 11:02:57 -04:00
parent 77ae3fb9b9
commit 2f8d23ec66

View file

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