Commit dc5a55c9385c76a9c51b128b901bdce1b0481b62
Committed by
Artem Babak
1 parent
f8141311
Minor code cleanup
Showing
1 changed file
with
2 additions
and
4 deletions
... | ... | @@ -39,7 +39,6 @@ import { |
39 | 39 | RuleNodeComponentsResolver, |
40 | 40 | TooltipsterResolver |
41 | 41 | } from '@home/pages/rulechain/rulechain-routing.module'; |
42 | -import { CustomersTableConfigResolver } from '@home/pages/customer/customers-table-config.resolver'; | |
43 | 42 | |
44 | 43 | const routes: Routes = [ |
45 | 44 | { |
... | ... | @@ -56,7 +55,7 @@ const routes: Routes = [ |
56 | 55 | component: EntitiesTableComponent, |
57 | 56 | data: { |
58 | 57 | auth: [Authority.TENANT_ADMIN, Authority.CUSTOMER_USER], |
59 | - edgesType: 'tenant', | |
58 | + edgesType: 'tenant' | |
60 | 59 | }, |
61 | 60 | resolve: { |
62 | 61 | entitiesTableConfig: EdgesTableConfigResolver |
... | ... | @@ -272,8 +271,7 @@ const routes: Routes = [ |
272 | 271 | ] |
273 | 272 | } |
274 | 273 | ] |
275 | - } | |
276 | - ]; | |
274 | + }]; | |
277 | 275 | |
278 | 276 | @NgModule({ |
279 | 277 | imports: [RouterModule.forChild(routes)], | ... | ... |