Skip to content

Commit

Permalink
Update common/persistence/telemetry/data_store_factory.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Davison <[email protected]>
  • Loading branch information
stephanos and dandavison authored Jan 7, 2025
1 parent 1c1a436 commit bfdb481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/persistence/telemetry/data_store_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (d *TelemetryDataStoreFactory) NewShardStore() (persistence.ShardStore, err
}
return d.shardStore, nil
}

func (d *TelemetryDataStoreFactory) NewMetadataStore() (persistence.MetadataStore, error) {
if d.metadataStore == nil {
baseStore, err := d.baseFactory.NewMetadataStore()
Expand Down

0 comments on commit bfdb481

Please sign in to comment.