Skip to content

Commit c8e1439

Browse files
committed
lint and format fixes
1 parent 6709e93 commit c8e1439

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/controllers/organization.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { organizationBuilds, organizationUpdate, organizationFetch, organizationList } from '../../modules/organizations'
1+
import {
2+
organizationBuilds,
3+
organizationUpdate,
4+
organizationFetch,
5+
organizationList
6+
} from '../../modules/organizations'
27

38
export const listOrganizations = async (req: any, res: any) => {
49
try {

0 commit comments

Comments
 (0)