Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
[fix] - 整合性確認にいらない確認処理が含まれていた
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex committed May 10, 2023
1 parent 9642603 commit 681c864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ io.on("connection", (socket) => {
action: "delete",
channelid: channelid,
messageid: msgId,
contentId: contentId,
reqSender: {
userid: userinfo.userid,
sessionid: userinfo.sessionid
Expand All @@ -1200,7 +1199,6 @@ io.on("connection", (socket) => {
"action",
"channelid",
"messageid",
"contentId",
];

if ( !checkDataIntegrality(dat, paramRequire, "actMessage") ) {
Expand Down

0 comments on commit 681c864

Please sign in to comment.