Skip to content

Commit

Permalink
Removing pointer from AnalyticsStorageConfig variable (#786)
Browse files Browse the repository at this point in the history
(cherry picked from commit 224baa3)
  • Loading branch information
mativm02 authored and Tyk Bot committed Jan 31, 2024
1 parent 999da0f commit 86b765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func setupAnalyticsStore() {
}

func storeVersion() {
versionConf := &SystemConfig.AnalyticsStorageConfig
versionConf := SystemConfig.AnalyticsStorageConfig
versionConf.KeyPrefix = "version-check-"
versionStore, err := storage.NewTemporalStorageHandler(versionConf, false)
if err != nil {
Expand Down

0 comments on commit 86b765d

Please sign in to comment.