diff --git a/internal/store/relay_feature_store.go b/internal/store/relay_feature_store.go index 57b0438f..5e3d6a7e 100644 --- a/internal/store/relay_feature_store.go +++ b/internal/store/relay_feature_store.go @@ -87,7 +87,7 @@ func (a *SSERelayDataStoreAdapter) Build( return sw, nil } -// A DataStore implementation that delegates to an underlying store but also publish +// A DataStore implementation that delegates to an underlying store // but also publishes stream updates when the store is modified. type streamUpdatesStoreWrapper struct { store subsystems.DataStore