소스 검색

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 {
allDeepCategories.push({
...allCategories[i];
...allCategories[i]
})
}
}


불러오는 중...
취소
저장