Skip to content

Commit aeacfb9

Browse files
committed
fix
1 parent 08c8005 commit aeacfb9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/requests/user-data/creator-profile.dto.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ export class CreatorProfileDto extends CreatorProfileDoc {
55
@ApiProperty({ example: 0 })
66
followCount!: number;
77
}
8-
9-
export class CreatorProfileEditDto extends PickType(CreatorProfileDoc, [
10-
'socials',
11-
'description',
12-
] as const) {}

0 commit comments

Comments
 (0)