mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: minor
This commit is contained in:
@@ -132,5 +132,6 @@ export class AttachmentContextParamDto {
|
||||
})
|
||||
@IsString()
|
||||
@IsIn(Object.values(AttachmentContext))
|
||||
context?: TAttachmentContext;
|
||||
@IsNotEmpty()
|
||||
context: TAttachmentContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user