Skip to content

Commit

Permalink
fix: Fix organisation meta (#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Nov 5, 2024
1 parent dad864a commit c2fdc5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/common/stores/organisation-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ const controller = {
AccountStore.getOrganisationRole(id) === 'ADMIN'
? [
data.get(`${Project.api}organisations/${id}/invites/`),
getSubscriptionMetadata(getStore(), { id }),
getSubscriptionMetadata(getStore(), { id }).then(
(res) => res.data,
),
]
: [],
),
Expand Down

0 comments on commit c2fdc5b

Please sign in to comment.