Skip to content

Commit

Permalink
Fiks navn på topic
Browse files Browse the repository at this point in the history
  • Loading branch information
madsleegiil committed Dec 18, 2024
1 parent 896bef2 commit 946399b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.stereotype.Service
open class OversiktenProducer(
@Autowired
val aivenProducerClient: KafkaProducerClient<String, String>,
@Value("\${application.topic.ut.oversikten}")
@Value("\${topic.ut.oversikten}")
private val topic: String,
) {

Expand Down

0 comments on commit 946399b

Please sign in to comment.