Skip to content

Commit

Permalink
Merge pull request #187 from rockpell/fix/channel-name
Browse files Browse the repository at this point in the history
Fix Invite DM API
  • Loading branch information
rockpell committed Dec 17, 2020
2 parents e25cc6b + 01ca354 commit b13ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/service/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const findChannelIdByName = async ({ title }) => {

return {
code: statusCode.OK,
data: channelData._id,
data: channelData?._id,
success: true,
}
}
Expand Down

0 comments on commit b13ba39

Please sign in to comment.