Skip to content

Commit

Permalink
feat: New field in Note's schema
Browse files Browse the repository at this point in the history
Now you can send creatorId field from  database to use it in frontend
  • Loading branch information
DeadCreator committed Jan 14, 2025
1 parent 71fb7fb commit 4a464c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/presentation/http/schema/Note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ export const NoteSchema = {
type: 'string',
format: 'date-time',
},
creatorId: {
type: 'number',
},
},
};

0 comments on commit 4a464c7

Please sign in to comment.