Fixes + stable gateway ids
This commit is contained in:
@@ -97,7 +97,6 @@ func (o *outboxStore) ListPending(ctx context.Context, limit int) ([]*model.Outb
|
||||
return nil, err
|
||||
}
|
||||
|
||||
o.logger.Debug("Listed pending outbox events", zap.Int("count", len(events)))
|
||||
return events, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user