feat: Rollback signup on error, cleanup userDto and comment createdBy

This commit is contained in:
2025-08-11 06:55:55 +02:00
parent 851d0fef46
commit b7b6d02cf2
6 changed files with 14 additions and 20 deletions

View File

@@ -1130,12 +1130,9 @@ components:
type: object
required:
- message
- createdBy
properties:
message:
type: string
createdBy:
$ref: "#/components/schemas/UserDto"
PagedCommentDto:
type: object