Skip to content

Commit a5fafba

Browse files
committed
fix(contract, server): remove redundant description in .errors
1 parent 79cba23 commit a5fafba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/contract/src/error.ts

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export class ValidationError extends Error {
1919
export interface ErrorMapItem<TDataSchema extends AnySchema> {
2020
status?: number
2121
message?: string
22-
description?: string
2322
data?: TDataSchema
2423
}
2524

0 commit comments

Comments
 (0)