Skip to content

Commit

Permalink
chore: up get user list api
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed May 29, 2024
1 parent d82c0f9 commit e605260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/user/user.contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const userContract = {
},
},
userId: { type: 'number', minimum: 1 },
username: { type: 'string' },
nickname: { type: 'string' },
school: { type: 'string' },
college: { type: 'string' },
Expand Down
2 changes: 1 addition & 1 deletion src/common
Submodule common updated 1 files
+1 −0 contracts/user.ts

0 comments on commit e605260

Please sign in to comment.