We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e71771 commit 1af530eCopy full SHA for 1af530e
services/organization.js
@@ -36,5 +36,5 @@ export async function updateOrganizationById(id, data) {
36
}
37
38
export default {
39
- deleteOrganizationById, addNewOrganization, updateOrganizationById,
+ deleteOrganizationById, addNewOrganization, updateOrganizationById,getOrganizations,
40
};
0 commit comments