diff --git a/src/user-profile/profile-routes.ts b/src/user-profile/profile-routes.ts index c6ebb91..992c2ce 100644 --- a/src/user-profile/profile-routes.ts +++ b/src/user-profile/profile-routes.ts @@ -64,7 +64,7 @@ userProfileRoutes.get('/deep-copy/', jwtAuthentication, async (request, response }); } else { allDeepCategories.push({ - ...allCategories[i]; + ...allCategories[i] }) } }