Skip to content

Commit

Permalink
Don't send date when not needed and fix for new app
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjarnason committed Aug 2, 2020
1 parent 57d020e commit 42424cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server_api/active-citizen
6 changes: 6 additions & 0 deletions server_api/controllers/domains.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ var getDomain = function (req, domainId, done) {
attributes: ['id','name','counter_users', 'counter_posts', 'counter_groups'],
required: false,
},
{
model: models.Domain,
as: 'Domain',
attributes: ['id','configuration','name'],
required: false
},
{
model: models.User,
as: 'CommunityAdmins',
Expand Down

0 comments on commit 42424cb

Please sign in to comment.