Chore: Remove unused bus.Bus events (#110738)

This commit is contained in:
Ryan McKinley
2025-09-08 10:47:16 +00:00
committed by GitHub
parent bc843913e4
commit 08230cbc09
7 changed files with 0 additions and 138 deletions
-4
View File
@@ -31,10 +31,6 @@ type DBSession struct {
type DBTransactionFunc func(sess *DBSession) error
func (sess *DBSession) publishAfterCommit(msg any) {
sess.events = append(sess.events, msg)
}
func (sess *DBSession) PublishAfterCommit(msg any) {
sess.events = append(sess.events, msg)
}