浏览代码

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]
})
}
}


正在加载...
取消
保存