Skip to content

Commit

Permalink
fix(event): send created_at and updated_at when retrieving event. Fix…
Browse files Browse the repository at this point in the history
…es HELP-1725 (#521)
  • Loading branch information
WikiRik authored May 22, 2021
1 parent 40277f6 commit c6af85d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ module.exports = {
'accommodation_type',
'optional_programme',
'optional_fee',
'link_info_travel_country'
'link_info_travel_country',
'created_at',
'updated_at'
],
EVENT_TYPES: ['training', 'nwm', 'conference', 'cultural'],
CURRENT_USER_PREFIX: 'me'
Expand Down

0 comments on commit c6af85d

Please sign in to comment.