Skip to content

Commit

Permalink
rename topicpublisher method
Browse files Browse the repository at this point in the history
  • Loading branch information
myluki2000 committed Oct 8, 2024
1 parent e3a8681 commit f62b9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void notifyContentMediaRecordLinksSet(final ContentMediaRecordLinksSetEve
publishEvent(event, DaprTopic.CONTENT_MEDIA_RECORD_LINKS_SET);
}

public void notifyAssessmentMutated(final AssessmentContentMutatedEvent event) {
public void notifyAssessmentContentMutated(final AssessmentContentMutatedEvent event) {
publishEvent(event, DaprTopic.ASSESSMENT_CONTENT_MUTATED);
}
}

0 comments on commit f62b9b1

Please sign in to comment.