Skip to content

Commit 5b111c1

Browse files
committed
Merge branch 'main' of https://github.com/Coffect/coffect-BE into feat/profile_add
2 parents 8f3247b + 0e732ef commit 5b111c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread/thread.Service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class ThreadService {
8686
results = await this.ThreadModel.lookUpThreadMainRepository(body, userId);
8787
}else{
8888
if(body.type === '아티클' && body.threadSubject.length === 0){
89-
console.log('필터링 없는 좋아요 조회');
89+
//console.log('필터링 없는 좋아요 조회');
9090
results = await this.ThreadModel.threadByLikesRepository(userId);
9191
}else{
9292
results = await this.ThreadModel.lookUpThreadMainByLikesRepository(body, userId);

0 commit comments

Comments
 (0)