Skip to content

Commit

Permalink
[remove] - 条件指定ミス (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex authored Jul 9, 2024
1 parent 76541c0 commit dc2aac4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/actionHandler/Channel/fetchChannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ export default async function fetchChannel(channelId:string, userId:string)
resolve(null);
return;
}
//もし参加チャンネルに入ってなければnull
if (!userInfo.channelJoined.includes(channelId)) {
resolve(null);
return;
}

//このユーザーがサーバー管理権限がありプラベを見られるか調べる
if (
Expand Down

0 comments on commit dc2aac4

Please sign in to comment.