Skip to content

Commit d325ef5

Browse files
committed
Hotfix: Size constraint widen to fit multiple snowflakes
1 parent c5cfc43 commit d325ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/in/guild.in.model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class PostFreqMessageInModel {
2323
@MaxLength(2000)
2424
public parsedMessage: string;
2525

26-
@Length(255, 255)
26+
@Length(18, 255)
2727
public channelId: string;
2828

2929
@MaxLength(1000)
@@ -38,7 +38,7 @@ export class PostPonctMessageInModel {
3838
@IsDateString()
3939
public date: string;
4040

41-
@Length(255, 255)
41+
@Length(18, 255)
4242
public channelId: string;
4343

4444
@MaxLength(1000)

0 commit comments

Comments
 (0)