Skip to content

Commit

Permalink
fix: 자잘 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoziyun committed Dec 5, 2023
1 parent 4fe417f commit b95aed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/channels/channels.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ export class ChannelsService {
const invitingUserId = createInvitationParamDto.invitingUserId;
const channelId = createInvitationParamDto.channelId;
const invitedUserId = createInvitationParamDto.invitedUserId;
console.log(invitingUserId);
console.log(invitedUserId);
console.log(channelId);

// 존재하는 channel인지 확인
await this.checkChannelExist(channelId);
Expand Down
2 changes: 1 addition & 1 deletion src/socket-adapter/socket-io.adapter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IoAdapter } from '@nestjs/platform-socket.io';
import { INestApplicationContext, Inject } from '@nestjs/common';
import { INestApplicationContext } from '@nestjs/common';
import { JwtService } from '@nestjs/jwt';
import { Server, Socket } from 'socket.io';
import { WSUnauthorizedException } from '../common/exception/custom-exception';
Expand Down

0 comments on commit b95aed8

Please sign in to comment.