wip
This commit is contained in:
@@ -42,7 +42,7 @@ export class RequestAvatarGenerationUseCase
|
||||
userId: command.userId,
|
||||
facePhotoUrl: `data:image/jpeg;base64,${command.facePhotoData}`,
|
||||
suitColor: command.suitColor,
|
||||
style: command.style,
|
||||
...(command.style ? { style: command.style } : {}),
|
||||
});
|
||||
|
||||
// Mark as validating
|
||||
|
||||
Reference in New Issue
Block a user