Skip to content

Commit

Permalink
Change context
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jun 4, 2024
1 parent 5126b20 commit 810adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stores/proxyalpha/proxy_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func defaultInitializeCacheFactory() (CacheFactory, error) {
func (s *Store) initializeNamespaceCache() error {
buffer := WarningBuffer{}
nsSchema := baseNSSchema
if err := s.columnSetter.SetColumns(context.TODO(), &nsSchema); err != nil {
if err := s.columnSetter.SetColumns(context.Background(), &nsSchema); err != nil {
return fmt.Errorf("failed to set columns for proxy stores namespace informer: %w", err)
}
client, err := s.clientGetter.TableAdminClient(nil, &nsSchema, "", &buffer)
Expand Down

0 comments on commit 810adb2

Please sign in to comment.