Преглед изворни кода

removed unwanted semicolon

master
kj1352 пре 4 година
родитељ
комит
1fd3110ee2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/user-profile/profile-routes.ts

+ 1
- 1
src/user-profile/profile-routes.ts Прегледај датотеку

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


Loading…
Откажи
Сачувај