fix an oopsie

This commit is contained in:
renzynx 2022-12-25 22:04:32 +07:00
parent 458a517ba0
commit e3322ac321
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ export class EmbedSettingDTO {
author_name: string | null;
@IsOptional()
@IsEmpty()
@IsUrl()
author_url: string | null;