mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +00:00
fix: correct master after merges again (#1230)
This commit is contained in:
@@ -27,8 +27,8 @@ func (v *View) PutMailText(template *model.MailTextView, event *models.Event) er
|
||||
return v.ProcessedMailTextSequence(event)
|
||||
}
|
||||
|
||||
func (v *View) GetLatestMailTextSequence(aggregateType string) (*global_view.CurrentSequence, error) {
|
||||
return v.latestSequence(mailTextTable, aggregateType)
|
||||
func (v *View) GetLatestMailTextSequence() (*global_view.CurrentSequence, error) {
|
||||
return v.latestSequence(mailTextTable)
|
||||
}
|
||||
|
||||
func (v *View) ProcessedMailTextSequence(event *models.Event) error {
|
||||
|
||||
Reference in New Issue
Block a user