mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 04:52:03 +00:00
fix: correct master after merges again (#1230)
This commit is contained in:
@@ -36,8 +36,8 @@ func (v *View) DeleteMailText(aggregateID string, textType string, language stri
|
||||
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