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 6709e93 commit c8e1439Copy full SHA for c8e1439
1 file changed
src/app/controllers/organization.ts
@@ -1,4 +1,9 @@
1
-import { organizationBuilds, organizationUpdate, organizationFetch, organizationList } from '../../modules/organizations'
+import {
2
+ organizationBuilds,
3
+ organizationUpdate,
4
+ organizationFetch,
5
+ organizationList
6
+} from '../../modules/organizations'
7
8
export const listOrganizations = async (req: any, res: any) => {
9
try {
0 commit comments