Skip to content

Commit

Permalink
fix: add creation date to helpoffer repository (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudjoao authored Jul 12, 2022
1 parent d9e3838 commit 13cd107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/repository/HelpOfferRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class OfferdHelpRepository extends BaseRepository {
'categoryId',
'possibleHelpedUsers',
'possibleEntities',
'helpedUserId'
'helpedUserId',
'creationDate'
];
const user = {
path: 'user',
Expand Down

0 comments on commit 13cd107

Please sign in to comment.