remove: tenantslug

This commit is contained in:
Rogee
2025-01-15 20:31:21 +08:00
parent 13566cfa38
commit dbe1e19be2
24 changed files with 521 additions and 301 deletions

View File

@@ -19,5 +19,5 @@ func (e *PostCreated) Marshal() ([]byte, error) {
}
func (e *PostCreated) Topic() string {
return events.TopicPostCreated.String()
return events.TopicPostCreated
}