Add `updatedAt` prop for Projects

This commit is contained in:
Kushal Pandya 2017-12-22 12:29:09 +05:30
parent 8ae129954f
commit 86e0d931ab
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ export default class GroupsStore {
subgroupCount: rawGroupItem.subgroup_count,
memberCount: rawGroupItem.number_users_with_delimiter,
starCount: rawGroupItem.star_count,
updatedAt: rawGroupItem.updated_at,
};
}