Skip to content

Commit 28211f1

Browse files
authored
Merge pull request #29 from DDD-Community/feature/POLABO-108
[Feature/polabo 108] 디스코드 에러 로그 포멧 수정 및 보드 누적 조회수 조건 수정
2 parents 51c9845 + 8eb9af8 commit 28211f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/kotlin/com/ddd/sonnypolabobe/domain/board/repository/BoardJooqRepositoryImpl.kt

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class BoardJooqRepositoryImpl(
6767
return this.dslContext
6868
.selectCount()
6969
.from(jBoard)
70-
.where(jBoard.YN.eq(1).and(jBoard.ACTIVEYN.eq(1)))
7170
.fetchOne(0, Long::class.java) ?: 0
7271
}
7372

src/main/kotlin/com/ddd/sonnypolabobe/global/util/DiscordApiClient.kt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.ddd.sonnypolabobe.global.util
22

3-
import com.sun.jndi.ldap.LdapPoolManager.trace
43
import org.springframework.beans.factory.annotation.Value
54
import org.springframework.http.MediaType
65
import org.springframework.http.client.reactive.ReactorClientHttpConnector

0 commit comments

Comments
 (0)