Skip to content

Commit 2e2d694

Browse files
committed
fix for dups
1 parent de4c01b commit 2e2d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/arbjerg/ukulele/api/PlayerController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PlayerController(
2222
val botProps: BotProps
2323
) {
2424

25-
private val log = org.slf4j.LoggerFactory.getLogger(PlayerController::class.java)
25+
2626

2727
@GetMapping("/guilds")
2828
fun getGuilds(): List<GuildDto> {

0 commit comments

Comments
 (0)