Skip to content

Commit

Permalink
Merge pull request #974 from Chia-Network/release/1.7.3
Browse files Browse the repository at this point in the history
release 1.7.3 - fix: missing org fields
  • Loading branch information
TheLastCicada authored Dec 6, 2023
2 parents 77fb813 + 6e4dd90 commit 5e727e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cadt",
"version": "1.7.2",
"version": "1.7.3",
"_comment": "DONT CHANGE MAJOR UNLESS DATAMODEL CHANGES: The major version corresponds to the datamodel version your using, so 2.0.0 means it'll use datamodel v2",
"private": true,
"bin": "build/server.js",
Expand Down
3 changes: 3 additions & 0 deletions src/models/organizations/organizations.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ class Organization extends Model {
const organizations = await Organization.findAll({
attributes: [
'orgUid',
'orgHash',
'name',
'icon',
'isHome',
'subscribed',
'synced',
'fileStoreSubscribed',
'registryId',
'registryHash',
'sync_remaining',
],
});
Expand Down

0 comments on commit 5e727e5

Please sign in to comment.