Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
krhitesh7 committed Nov 28, 2024
1 parent d250841 commit 42f1d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/v3/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func (cache *snapshotCache) BatchUpsertResources(ctx context.Context, typ string
info.mu.Lock()

// Respond to delta watches for the node.
err := cache.respondDeltaWatches(ctx, info, snapshot)
err := cache.respondDeltaWatches(ctx, info, s)
if err != nil {
info.mu.Unlock()
continue
Expand Down

0 comments on commit 42f1d41

Please sign in to comment.