You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reverting CMAB, Git incorrectly changed some import paths:
- Fix plugins/odpcache/registry.go: use pkg/cache instead of pkg/odp/cache
- Fix pkg/optimizely/cache.go: use odpCachePkg from pkg/cache
- Fix pkg/optimizely/client.go: use pkg/cache import
- Add missing GetAttributeKeyByID method to TestProjectConfig
These changes align with go-sdk PR #420 which reorganized cache packages.
0 commit comments