From 5d961387204f30c61039cbe87b9723a796b52763 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 17 Oct 2018 11:23:01 -0400 Subject: [PATCH] lint fix --- src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 4f90d5196e1..66b8eaad9af 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -179,7 +179,7 @@ const routes: Routes = [ OrganizationUserType.Owner, OrganizationUserType.Admin, OrganizationUserType.Manager, - ] + ], }, children: [ { path: '', pathMatch: 'full', redirectTo: 'people' },