Skip to content

Commit ecbd125

Browse files
committed
refactor: lint
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent b20d003 commit ecbd125

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

backend/src/api/public/v1/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ export function v1Router(): Router {
1515

1616
router.use('/members', oauth2Middleware(AUTH0_CONFIG), membersRouter())
1717
router.use('/organizations', oauth2Middleware(AUTH0_CONFIG), organizationsRouter())
18-
router.use(
19-
'/affiliations',
20-
staticApiKeyMiddleware(),
21-
memberOrganizationAffiliationsRouter(),
22-
)
18+
router.use('/affiliations', staticApiKeyMiddleware(), memberOrganizationAffiliationsRouter())
2319

2420
router.use(() => {
2521
throw new NotFoundError()

0 commit comments

Comments
 (0)