Skip to content

Commit 16ca8d8

Browse files
committed
chore : 서버 로그 추가
1 parent f72b6e2 commit 16ca8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BE/apps/api-server/src/modules/connection/connection.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class ConnectionService {
4343

4444
async setConnection(mindmapId: number, userId: number) {
4545
const role = await this.userService.getRole(userId, mindmapId);
46+
this.logger.log(`role: ${role}`);
4647
if (role === undefined) {
4748
throw new ForbiddenException('권한이 없습니다.');
4849
}

0 commit comments

Comments
 (0)