ignore: typo
This commit is contained in:
parent
dcd3131f58
commit
9d3fad754d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { NamedError } from "../util/error"
|
||||||
|
|
||||||
export namespace Message {
|
export namespace Message {
|
||||||
export const OutputLengthError = NamedError.create(
|
export const OutputLengthError = NamedError.create(
|
||||||
"SessionOutputLengthError",
|
"MessageOutputLengthError",
|
||||||
z.object({}),
|
z.object({}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue