Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Dec 17, 2024
1 parent 7c88a97 commit bc13488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/logic/keyspace_shard_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func refreshAllShards(ctx context.Context, keyspaceName string) error {
return err
}
}
return inst.DeleteStaleKeyspaceShards(keyspace, beginSaveTime)
return inst.DeleteStaleKeyspaceShards(keyspaceName, beginSaveTime)
}

// refreshSingleShardHelper is a helper function that refreshes the shard record of the given keyspace/shard.
Expand Down

0 comments on commit bc13488

Please sign in to comment.