Skip to content

Commit

Permalink
fix: missing org fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 5, 2023
1 parent 77fb813 commit b504667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/organizations/organizations.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ class Organization extends Model {
const organizations = await Organization.findAll({
attributes: [
'orgUid',
'orgHash',
'name',
'icon',
'prefix',
'isHome',
'subscribed',
'synced',
'fileStoreSubscribed',
'registryId',
'registryHash',
'sync_remaining',
],
});
Expand Down

0 comments on commit b504667

Please sign in to comment.