Skip to content

Commit

Permalink
[fix] - URLプレビュー更新時のデータの渡し方
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex committed Jun 18, 2024
1 parent 268ef98 commit 9f6f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketHandler/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = (io:Server) => {
"updateMessage",
{
result: "SUCCESS",
data: messageData
data: messageData.messageResult
}
);
} else {
Expand Down

0 comments on commit 9f6f2ed

Please sign in to comment.