Skip to content

Commit 7ac816c

Browse files
fix: change topic name
1 parent 5713e1f commit 7ac816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/infrastructure/event/util/EventProperties.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ object EventProperties {
3838
const val stopCustomLightTopic = "stop-custom-light-events"
3939

4040
/** The topic for automation proposals events. */
41-
const val automationProposalsEventsTopic = "automation-proposals-events"
41+
const val automationProposalsEventsTopic = "automation-proposal-events"
4242
}
4343
}

0 commit comments

Comments
 (0)