mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 22:13:51 +00:00
fix: handle sequence correctly in subscription (#1209)
This commit is contained in:
@@ -29,7 +29,7 @@ func (h *testHandler) AggregateTypes() []models.AggregateType {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (h *testHandler) CurrentSequence(event *models.Event) (uint64, error) {
|
||||
func (h *testHandler) CurrentSequence() (uint64, error) {
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user