We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526e03c commit 9e61a05Copy full SHA for 9e61a05
src/api/models/User.ts
@@ -44,44 +44,3 @@ export class User extends Bookshelf.Model<User> {
44
}
45
46
47
-
48
-/**
49
- * @swagger
50
- * definitions:
51
- * NewUser:
52
- * type: object
53
- * properties:
54
- * firstName:
55
- * type: string
56
- * lastName:
57
58
- * email:
59
60
- * picture:
61
62
- */
63
64
65
66
67
- * User:
68
69
70
- * id:
71
- * type: "integer"
72
- * format: "int64"
73
74
75
76
77
78
79
80
81
- * updatedAt:
82
83
- * format: date-time
84
- * createdAt:
85
86
87
0 commit comments