ソースを参照

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


読み込み中…
キャンセル
保存