Skip to content

Commit 01ca354

Browse files
committed
Fix: invite dm api
dm μƒμ„±μ‹œ 채널 이름을 κ²€μƒ‰ν•˜λŠ” λΆ€λΆ„μ—μ„œ μƒκΈ°λ˜ μ—λŸ¬ μˆ˜μ •
1 parent 2c69079 commit 01ca354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žbackend/service/channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const findChannelIdByName = async ({ title }) => {
179179

180180
return {
181181
code: statusCode.OK,
182-
data: channelData._id,
182+
data: channelData?._id,
183183
success: true,
184184
}
185185
}

0 commit comments

Comments
Β (0)