質問編集履歴
1
パターン2の誤りを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
} catch (e) {
|
52
52
|
|
53
|
-
if (e.code == "ER_DUP_ENTRY") {
|
53
|
+
// if (e.code == "ER_DUP_ENTRY") { 消し忘れ(2020/08/25に気づいたのでコメント化)
|
54
54
|
|
55
55
|
return res.status(500).end();
|
56
56
|
|