We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c8005 commit aeacfb9Copy full SHA for aeacfb9
1 file changed
src/requests/user-data/creator-profile.dto.ts
@@ -5,8 +5,3 @@ export class CreatorProfileDto extends CreatorProfileDoc {
5
@ApiProperty({ example: 0 })
6
followCount!: number;
7
}
8
-
9
-export class CreatorProfileEditDto extends PickType(CreatorProfileDoc, [
10
- 'socials',
11
- 'description',
12
-] as const) {}
0 commit comments