Skip to content

Commit

Permalink
returning type
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelograno committed Jul 18, 2023
1 parent 2db5dfc commit 4dcbbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitio/proxy/caching/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewCacheAwareSplitSync(
runtimeTelemetry storage.TelemetryRuntimeProducer,
cacheFlusher gincache.CacheFlusher,
appMonitor application.MonitorProducerInterface,
) split.Updater {
) *CacheAwareSplitSynchronizer {
return &CacheAwareSplitSynchronizer{
wrapped: split.NewSplitUpdater(splitStorage, splitFetcher, logger, runtimeTelemetry, appMonitor),
splitStorage: splitStorage,
Expand Down

0 comments on commit 4dcbbfc

Please sign in to comment.