Skip to content

Commit

Permalink
fix(discord-worker-actions): removed optional decorator non optional …
Browse files Browse the repository at this point in the history
…params class

Took 7 minutes
  • Loading branch information
Croos3r committed Nov 5, 2023
1 parent 8eb6941 commit 29a4703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/back/src/types/jobParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export class DiscordOptionalGuildIdParams extends UniqueJobParams {
}

export class DiscordGuildIdParams extends UniqueJobParams {
@IsOptional()
@IsString()
@Matches(/^\d{17,19}$/)
guildId: string;
Expand Down

0 comments on commit 29a4703

Please sign in to comment.