Browse Source

removed unwanted semicolon

master
kj1352 4 years ago
parent
commit
1fd3110ee2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/user-profile/profile-routes.ts

+ 1
- 1
src/user-profile/profile-routes.ts View File

@@ -64,7 +64,7 @@ userProfileRoutes.get('/deep-copy/', jwtAuthentication, async (request, response
}); });
} else { } else {
allDeepCategories.push({ allDeepCategories.push({
...allCategories[i];
...allCategories[i]
}) })
} }
} }


Loading…
Cancel
Save