Skip to content

Commit 1af530e

Browse files
committed
made suggested changes(exported get organization)
1 parent 6e71771 commit 1af530e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/organization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export async function updateOrganizationById(id, data) {
3636
}
3737

3838
export default {
39-
deleteOrganizationById, addNewOrganization, updateOrganizationById,
39+
deleteOrganizationById, addNewOrganization, updateOrganizationById,getOrganizations,
4040
};

0 commit comments

Comments
 (0)