Skip to content

Commit 7ac60c9

Browse files
authored
docs: Fix format of SessionBodyDto (#77)
1 parent e47b5f6 commit 7ac60c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modules/shared/dto/output/body/session.body.dto.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* required:
1414
* - email
1515
* properties:
16-
* id:
17-
* type: string
1816
* email:
1917
* type: string
2018
* format: email
@@ -27,7 +25,6 @@
2725
*/
2826
export type SessionBodyDto = {
2927
user: {
30-
id?: string;
3128
email: string;
3229
name?: string | null;
3330
};

0 commit comments

Comments
 (0)